Add a regress test to test various malloc API and heap mismanagement
authorotto <otto@openbsd.org>
Mon, 8 May 2023 11:12:44 +0000 (11:12 +0000)
committerotto <otto@openbsd.org>
Mon, 8 May 2023 11:12:44 +0000 (11:12 +0000)
commit83821b1ea00a9f648a52604999f09a4644502d06
treef8c6d8ab849dcd0a5b4f3b4ca376ada7ac6375a7
parent4b9d1c52dbc5d7e6cf1227d1435f847b53e98438
Add a regress test to test various malloc API and heap mismanagement
errors which should cause abort. A few are not enabled yet, they
will be once the corresponding diffs in malloc are committed.
regress/lib/libc/malloc/malloc_errs/Makefile [new file with mode: 0644]
regress/lib/libc/malloc/malloc_errs/malloc_errs.c [new file with mode: 0644]