http-push: fix xml_entities() string parsing overrun
commitc8400d9ef57dc68925d93d0cb9f1777396b380e2
authorHunter, D. Seth <hunter@ll.mit.edu>
Wed, 1 Jul 2009 00:24:47 +0000 (30 20:24 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jul 2009 16:36:08 +0000 (6 09:36 -0700)
tree5cb47b05d9dac55925dc868b3d9689cf066c8e78
parent606475f3178784e5a6b3a01dce1a54314345cf43
http-push: fix xml_entities() string parsing overrun

xml_entities() in http-push.c did not properly stop at the end of the
string being examined, which would occasionally cause nonsense to be
appended to escaped URL strings and result in failed DAV XML queries

Signed-off-by: Seth Hunter <hunter@ll.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c