]> git.wh0rd.org - fontconfig.git/commit
Fix heap corruption on Windows in FcEndElement()
authorTor Lillqvist <tml@iki.fi>
Thu, 13 Aug 2009 21:08:17 +0000 (00:08 +0300)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 13 Aug 2009 22:17:33 +0000 (18:17 -0400)
commitd15678127aeea96c9c8254a171c2f0af0bd7d140
tree67fee27ef06cb37633f9c5357b0af209cd13efb5
parenta1b6e34a9a17a4a675bdc993aa465b92d7122376
Fix heap corruption on Windows in FcEndElement()

Must not call FcStrFree() on a value returned by
FcStrBufDoneStatic(). In the Windows code don't bother with dynamic
allocation, just use a local buffer.
src/fcxml.c