summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/malloc_threaderr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We're not interested in the core dump, so prevent it. Also catchotto2023-09-271-3/+17
| | | | | SIGABRT, to avoid the "Abort trap" message, which confuses me sometimes until I realize it's the purpose of this test to abort.
* typootto2018-01-281-2/+2
|
* Test for correct error when on thread allocates, and another does a double freeotto2018-01-282-0/+71