]> err.no Git - util-linux/commit
col: use xalloc for memory allocation
authorDavidlohr Bueso <dave@gnu.org>
Fri, 22 Oct 2010 15:24:37 +0000 (12:24 -0300)
committerKarel Zak <kzak@redhat.com>
Mon, 1 Nov 2010 13:32:48 +0000 (14:32 +0100)
commit04faca4a1325fe21b90b761e5d3ef37c4a267ecc
tree67f1edf1ab7c20c0d18da136ba0a9722c36b54ce
parentb7159bd5c901b7f785b0b3370b70a0ec5e4ffcf6
col: use xalloc for memory allocation

Differentiate between malloc and realloc (not done so far) and get rid of local warn()

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
text-utils/col.c