summaryrefslogtreecommitdiffstats
path: root/memstomp.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | ABRT is a package that allows automated reported of problems on the system. ABRT watches for programs exiting as a result of a SIGSEGV and whether the executable belongs a package. If both conditions are true then, the ABRT applet can assist in report a bug.
* import of memstomp 0.1.2 tree.0.1.2William Cohen2011-03-091-0/+332