summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/malloc_errs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make malloc tests that set flags more robust against the user alsootto2023-05-091-2/+2
| | | | having flags set.
* Add a regress test to test various malloc API and heap mismanagementotto2023-05-082-0/+291
errors which should cause abort. A few are not enabled yet, they will be once the corresponding diffs in malloc are committed.