A pending item in my tree I might as well check in: I plan to migrate calloc()
authorRob Landley <rob@landley.net>
Fri, 19 May 2006 20:36:49 +0000 (20:36 -0000)
committerRob Landley <rob@landley.net>
Fri, 19 May 2006 20:36:49 +0000 (20:36 -0000)
commit80b8ff07ca4c39114875c7fd3230c4e9ae823f83
tree0595f3f0671af4a40d5ee87c18bcf4dc4def3a41
parentb1629b1b2abc17a6430e4173d64d7956784118e0
A pending item in my tree I might as well check in: I plan to migrate calloc()
and bb_calloc() calls to bb_xzalloc() which allocates prezeroed memory but
only takes one argument (the size).
include/libbb.h
libbb/xfuncs.c