]> git.ipfire.org Git - thirdparty/squid.git/commit
few changes to fix for XMALLOC_DEBUG:
authoradrian <>
Sat, 25 Nov 2000 23:02:14 +0000 (23:02 +0000)
committeradrian <>
Sat, 25 Nov 2000 23:02:14 +0000 (23:02 +0000)
commit8eb042dc9b26fa9f152f7a87fa73d768eb540809
treeb9e4e2ba262eaa855dd15f0f63f7d4541e2e28e4
parent3314e65b206ee56f4fee718a19f9a5ed52bb2214
 few changes to fix for XMALLOC_DEBUG:
 - check_free shouldn't be called with a NULL pointer
 - I needed to increase DBG_ARRY_SZ to handle larger alloc count
   (perhaps should we use realloc here to grow dynamically?)
 - cf_gen.c used inconsitently alloc funcs: xcalloc() but free(),
   resulting in check_free() to assert during make using cf_gen

Submitted by: Andres Kroomnaa <andre@online.ee>
lib/util.c
src/cf_gen.cc