From 48434780ca62fde84337ea1e797f642de5ca50d5 Mon Sep 17 00:00:00 2001
From: Mark Lodato <lodatom@gmail.com>
Date: Sat, 28 Aug 2010 01:02:27 +0000
Subject: html: fix strcpy bug in convert_query_hexchar

The source and destination strings in strcpy() may not overlap.
Instead, use memmove(), which allows overlap.  This fixes test t0104,
where 'url=foo%2bbar/tree' was being parsed improperly.

Signed-off-by: Mark Lodato <lodatom@gmail.com>
---
(limited to 'ui-snapshot.c')

--
cgit v0.9.0.2