]> mj.ucw.cz Git - libucw.git/commit
Use xmalloc_zero() instead of xmalloc() followed by bzero().
authorMartin Mares <mj@ucw.cz>
Sun, 21 Jan 2001 11:10:45 +0000 (11:10 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 21 Jan 2001 11:10:45 +0000 (11:10 +0000)
commite9aa499507f33db9fac50f3864609a6b292685e0
tree7450cba0f6be1db05306b2e0f4ca468dde7ce9df
parent8b99ea031d6c12404d435a38fc3440ef69c1937b
Use xmalloc_zero() instead of xmalloc() followed by bzero().
lib/bucket.c
lib/db.c
lib/pagecache.c
lib/regex.c
lib/wildmatch.c