diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:48 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:48 +0000 |
commit | c7e4c70be3431073765fad255d81f02e390a92d0 (patch) | |
tree | 6837b69c8c4fb6346ff119de8c82f0cb98722364 /src | |
parent | 754c50dc72c217f8cd4a9da36f42dd2e55407733 (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 90249af..10f8eea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = $(XSCRNSAVER_CFLAGS) +AM_CFLAGS = $(XSCRNSAVER_CFLAGS) $(MALLOC_ZERO_CFLAGS) lib_LTLIBRARIES = libXss.la libXss_la_SOURCES = \ |