summaryrefslogtreecommitdiffstats
path: root/memstomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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