aboutsummaryrefslogtreecommitdiff
path: root/xmlmemory.c
AgeCommit message (Expand)Author
2023-09-21memory: Fix memory debugging with Windows threadsNick Wellnhofer
2023-09-20globals: Move malloc hooks back to xmlmemory.hNick Wellnhofer
2023-09-19debug: Remove debugging codeNick Wellnhofer
2023-04-30Stop calling xmlMemoryDumpNick Wellnhofer
2023-03-14xmllint: Fix use-after-free with --maxmemNick Wellnhofer
2022-12-08xmlmemory.c: Remove xmlMemContentShowNick Wellnhofer
2022-11-27memory: Don't use locks in xmlMemUsedNick Wellnhofer
2022-11-25threads: Allocate mutexes staticallyNick Wellnhofer
2022-11-25memory: Remove xmlMemInitializedNick Wellnhofer
2022-11-25parser: Make some module init/cleanup functions privateNick Wellnhofer
2022-03-06Deprecate module init and cleanup functionsNick Wellnhofer
2022-03-04Remove unneeded #includesNick Wellnhofer
2022-03-02Don't check for standard C89 library functionsNick Wellnhofer
2022-03-02Don't check for standard C89 headersNick Wellnhofer
2022-02-20Remove elfgcchack.hNick Wellnhofer
2022-01-25Add suffix to unsigned constant in xmlmemory.cNick Wellnhofer
2020-03-08Fix typosNick Wellnhofer
2017-10-09Fix pointer/int cast warnings on 64-bit WindowsNick Wellnhofer
2017-06-17Fix cast-align warningsNick Wellnhofer
2017-06-11Fix copy-paste errors in error messagesNick Wellnhofer
2017-06-06Check for integer overflow in memory debug codeNick Wellnhofer
2016-05-23Unsigned addition may overflow in xmlMallocAtomicLoc()David Kilzer
2015-04-13xmlMemUsed is not thread-safeMartin von Gagern
2014-10-13xmlmemory: handle realloc properlyYegor Yefremov
2014-07-26Remove a couple of dead conditionsGaurav Gupta
2014-05-09Avoid Possible null pointer dereference in memory debug modeGaurav
2012-09-11Big space and tab cleanupDaniel Veillard
2011-05-09xmlmemory: add a cast as size_t has no portable printf modifierStefan Kost
2009-01-18port patch from Marcus Meissner to add gcc checking for printf likeDaniel Veillard
2008-07-30add xmlMemDisplayLast to help debug incremental memory leaks, and someDaniel Veillard
2007-10-30xmlFree(NULL) should not crash in debug mode should fix #491651 DanielDaniel Veillard
2006-10-11fix comment on versions do not spend too much time digging in dumpedDaniel Veillard
2005-05-08fixed #169630 segfault in xmlMemDisplay DanielDaniel Veillard
2005-04-14added the call to the breakpoint routine when a monitored block isDaniel Veillard
2005-04-01revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard
2004-12-10fixed ID deallocation problem based on patch from Steve Shepard fixes bugDaniel Veillard
2004-11-02adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard
2004-09-18added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack
2004-07-13applied a small fix from Steve Hay DanielDaniel Veillard
2004-07-02some updates with memory debugging facilities while messing with libxsltDaniel Veillard
2004-07-01applied patch from Stéphane Bidoul to fix some Python bindingsDaniel Veillard
2004-06-10fixed problem when configuring using --with-thread-allocWilliam M. Brack
2004-01-22make xmlReallocLoc() accept NULL pointerAleksey Sanin
2004-01-04applied suggestion from Miloslav Trmac (see Bug 130419) and eliminatedWilliam M. Brack
2004-01-02found and fixed a bug misallocating some non blank text node strings fromDaniel Veillard
2003-12-30Fixed memory leak reported by Dave Beckett Removed spurious commentWilliam M. Brack
2003-11-29enhanced by adding mutex to protect global structures in a multi-threadingWilliam M. Brack
2003-09-29Okay this is scary but it is just adding a configure option to disableDaniel Veillard
2003-09-29better fix, avoids breaking the python bindings DanielDaniel Veillard
2003-09-29fix a compilation problem when configuring with debug but withoutDaniel Veillard