]> granicus.if.org Git - sysstat/commit
Check calloc() return value in nfsiostat and cifsiostat.
authorSebastien Godard <sysstat@orange.fr>
Sun, 6 Feb 2011 07:27:12 +0000 (08:27 +0100)
committerSebastien Godard <sysstat@orange.fr>
Sun, 6 Feb 2011 07:27:12 +0000 (08:27 +0100)
commit01b3d993fd51080ef24bf848a7e13e67a9568f9b
treea4e26c5771e496989add136f614dbc241400f040
parentbe447b1125522d63b9f6b9006f01d9f20ee77a6c
Check calloc() return value in nfsiostat and cifsiostat.

A call to calloc() function to allocate structures in nfsiostat and
cifsiostat wasn't checked for its return code. This call could possibly
fail without ever being noticed.

Mail from Ivana Varekova (varekova@redhat.com) 02/02/2011
Hello, I'm sending 6 patches - 3 for nfsiostat and 3 for cifsiostat
nfsiostat:
    nfsiostat2.patch - adds the forgotten test to malloc
(...)

cifsiostat:
    cifsiostat2.patch - adds the forgotten test to malloc
(...)
CHANGES
cifsiostat.c
nfsiostat.c