summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber2018-06-053-0/+46
An invalid heap usage such as a double free is usually a fatal error since this indicates a use after free. Replace the use of printk() in free() with a fatal error. Update #3437.