]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: df: avoid sizeof(char**) static analysis warning
authorBernhard Voelker <mail@bernhard-voelker.de>
Wed, 16 Apr 2014 08:43:09 +0000 (10:43 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Wed, 16 Apr 2014 08:43:09 +0000 (10:43 +0200)
commit02807c611efa0d2052c4d2f852a84b22c49d9e52
treedee0de445857ccaf064f50d373575636f993d122
parent7c03fe2c9f498bad7e40d29f2eb4573d23e102d0
maint: df: avoid sizeof(char**) static analysis warning

* src/df.c (alloc_table_row): Use the size of char** to enlarge
the table.  Spotted by Coverity.
src/df.c