]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
Fixes use of uninitialized string
authorThomas Hisch <t.hisch@gmail.com>
Fri, 9 Feb 2007 18:24:47 +0000 (19:24 +0100)
committerStephen Hemminger <shemminger@linux-foundation.org>
Tue, 6 Mar 2007 01:35:06 +0000 (17:35 -0800)
commit892db6942ae0f5f7295b54be8d924020e99a51fc
tree5c79c30c85c6326b68b90b578d3cf9694275c142
parent09614f3025298748765a927f003ef6b20754e804
Fixes use of uninitialized string

store can be used uninitialized in generic_proc_open
if getenv(env) != NULL

Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
misc/ss.c