]> git.ipfire.org Git - thirdparty/util-linux.git/commit
column: avoid memory overrun and/or use of uninitialized buffer
authorJim Meyering <jim@meyering.net>
Wed, 16 Nov 2011 19:10:39 +0000 (20:10 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Nov 2011 22:51:33 +0000 (23:51 +0100)
commit26ae00a72b6cfb030a637d7a85ec06afac6f5d1a
tree8371df010bb80a35d5477b788b85bd290b4fddc9
parent8b6e4503882a3ffe8c7b2b47c58f41d364b09ef4
column: avoid memory overrun and/or use of uninitialized buffer

* text-utils/column.c (maketbl): Use the right starting point
and the right length when zeroing new memory after xrealloc.
text-utils/column.c