summaryrefslogtreecommitdiffstats
path: root/memstomp.c
Commit message (Expand)AuthorAgeFilesLines
* Check more functions from <string.h> and <wchar.h>. memccpy mempcpy strcat st...HEADrelease-0.1.5masterJohn Reiser2011-03-301-9/+190
* Reduce the overhead of the memcpy checkWilliam Cohen2011-03-241-2/+5
* Remove unused _gettid()William Cohen2011-03-221-4/+0
* Revert "Format output using iovec+writev instead of malloc+copy."William Cohen2011-03-221-14/+38
* Format output using iovec+writev instead of malloc+copy.John Reiser2011-03-221-38/+14
* Avoid fprintf() for better async signal safety in warn_memcpy().John Reiser2011-03-221-3/+19
* Remove explicit threadedness; cleanup generate_stacktrace().John Reiser2011-03-221-55/+24
* Use gcc's __builtin_abs for optimized absolute value.William Cohen2011-03-221-2/+1
* Make get_prname() re-entrant.John Reiser2011-03-221-9/+7
* Replace alloca() with c99 or gcc extension variable-length arrays.John Reiser2011-03-221-1/+1
* Prefer alloca() over malloc() where possible and small sizeJohn Reiser2011-03-211-5/+1
* Fix memory leak when reporting overlap of memcpy operandsJohn Reiser2011-03-181-1/+3
* Remove duplicate "0x" in print outJohn Reiser2011-03-151-1/+1
* Remove unneeded include of malloc.hJohn Reiser2011-03-151-1/+0
* Support for ABRTWilliam Cohen2011-03-091-4/+4
* import of memstomp 0.1.2 tree.0.1.2William Cohen2011-03-091-0/+332