Displaying 1 result from an estimated 1 matches for "dpurify".
Did you mean:
purify
2009 Jan 15
2
[patch] libc Berkeley DB information leak
...;
#ifdef DEBUG
#include <assert.h>
Index: lib/libc/db/Makefile.inc
===================================================================
--- lib/libc/db/Makefile.inc (revision 187214)
+++ lib/libc/db/Makefile.inc (working copy)
@@ -3,6 +3,8 @@
#
CFLAGS+=-D__DBINTERFACE_PRIVATE
+CFLAGS+=-DPURIFY
+
.include "${.CURDIR}/db/btree/Makefile.inc"
.include "${.CURDIR}/db/db/Makefile.inc"
.include "${.CURDIR}/db/hash/Makefile.inc"
%%%
Could someone consider committing this or some other fix for the
problem?
--
Jaakko