diff libpurple/tests/Makefile.am @ 31680:c8f91310bfbf

Add a silly little check to make sure our xml parser isn't vulnerable to the billion laughs attack. I think because we specify NULL as the entity resolver, attempts to define entities in an xml doc just get ignored.
author Mark Doliner <mark@kingant.net>
date Wed, 22 Jun 2011 17:43:51 +0000
parents 81a2ec76c285
children
line wrap: on
line diff
--- a/libpurple/tests/Makefile.am	Tue Jun 21 07:43:07 2011 +0000
+++ b/libpurple/tests/Makefile.am	Wed Jun 22 17:43:51 2011 +0000
@@ -17,6 +17,7 @@
 		test_oscar_util.c \
 		test_yahoo_util.c \
 		test_util.c \
+		test_xmlnode.c \
 		$(top_builddir)/libpurple/util.h
 
 check_libpurple_CFLAGS=\