]> www.fi.muni.cz Git - evince.git/commit
Fix a free() that should be an iks_free(). Fix an array overflow in the
authorHans Petter Jansson <hpj@novell.com>
Thu, 1 May 2008 08:43:13 +0000 (08:43 +0000)
committerHans Petter <hansp@src.gnome.org>
Thu, 1 May 2008 08:43:13 +0000 (08:43 +0000)
commitacd335e3f233518d347ac8587a5f37e6ce614f25
treeef57d4676e561a160067ff8ad499c69f11a69b9e
parentd0b4f6f4f25344453064384dc8467525cb6587f2
Fix a free() that should be an iks_free(). Fix an array overflow in the

2008-05-01  Hans Petter Jansson  <hpj@novell.com>

* backend/impress/iksemel.c (sax_core): Fix a free() that should
be an iks_free(). Fix an array overflow in the XML parser that
would occur whenever the number of attributes in a tag was greater
than 0 and divisible by 6. Fixes GNOME bug #530852.

svn path=/trunk/; revision=3029
ChangeLog
backend/impress/iksemel.c