freebsd-ports/devel/tla/files/patch-libneon-ne_xml.c
Jacques Vidrine f01c4343e0 Patch remotely exploitable libneon bugs after maintainer timeout.
PR:		ports/65754
Submitted by:	Frank Ruell <stoerte@dreamwarrior.net>
2004-04-30 16:04:38 +00:00

11 lines
311 B
C

--- ../tla/libneon.orig/ne_xml.c Sat Dec 6 20:35:29 2003
+++ ../tla/libneon/ne_xml.c Sat Apr 17 20:11:55 2004
@@ -538,7 +538,7 @@
void ne_xml_set_error(ne_xml_parser *p, const char *msg)
{
- ne_snprintf(p->error, ERR_SIZE, msg);
+ ne_snprintf(p->error, ERR_SIZE, "%s", msg);
}
#ifdef HAVE_LIBXML