]> git.sur5r.net Git - glabels/commit
Relax libxml limits when parsing label files
authorJim Evins <evins@snaught.com>
Sun, 7 Feb 2010 01:21:26 +0000 (20:21 -0500)
committerJim Evins <evins@snaught.com>
Sun, 7 Feb 2010 01:21:26 +0000 (20:21 -0500)
commit01b54d65f1bc32538314f01cbe89d89b2d0baa77
treead4b2042d9cf40a4d1615c222e490588f02bebc6
parent78329ea6424b52a3e8236b69afebc2eddc6386db
Relax libxml limits when parsing label files

Glabels bug #2940758.  Back port from master:  Use XML_PARSE_HUGE parser option
so that we can handle large text nodes, such as encoded images.  This
modification is only applied if libxml 2.7+ is available, as to not introduce
new dependencies.
configure.in
src/Makefile.am
src/xml-label.c