added a function zero_free(void *, int size) that zeros an area of
authorAndrew Tridgell <tridge@samba.org>
Sun, 30 Aug 1998 04:31:55 +0000 (04:31 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 30 Aug 1998 04:31:55 +0000 (04:31 +0000)
commit99782754f79f3795f81cbf57caeb0925f6a66c10
tree41d57c4f68ee0bff248c19ef6ef85cfb817a132a
parentd3dda65d5177154e2128f50ca3dd34e8e13b6b08
added a function zero_free(void *, int size) that zeros an area of
memory then frees it. Useful for catching bugs.
source/lib/util.c