Realloc: Make behavior of realloc(ptr, 0) configurable.

This commit is contained in:
David T. Goldblatt 2019-09-23 17:56:19 -07:00 committed by David Goldblatt
parent ee961c2310
commit 9cfa805947
15 changed files with 256 additions and 26 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
export MALLOC_CONF="zero_realloc:strict"