diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:52 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:52 +0000 |
commit | 074fde5f1862e7ca6e18ac198baf7ec3359a2fa5 (patch) | |
tree | 1d7246a27b76c861e720a273a35690ea60c188a0 /src | |
parent | 2f295bd0ca857cc50b98170a91a98d94c6c1fab7 (diff) |
Add check and cflags for malloc(0) returning NULL.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5d1823e..6f8f548 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,4 +7,4 @@ libdmx_la_LIBADD = $(DMX_LIBS) libdmx_la_LDFLAGS = -version-number 1:0:0 -no-undefined -AM_CFLAGS = $(DMX_CFLAGS) +AM_CFLAGS = $(DMX_CFLAGS) $(MALLOC_ZERO_CFLAGS) |