]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ipmaddr: Avoid accessing uninitialized data
authorPhil Sutter <phil@nwl.cc>
Mon, 21 Aug 2017 09:27:01 +0000 (11:27 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 22 Aug 2017 00:17:00 +0000 (17:17 -0700)
commitb48a1161f5f9b6a0cda399a224bbbf72eba4a5c6
tree17644dd9648b9b8c558e482e95d537dfd3700f67
parent258b7c0fa70c2d6b5f9776cc35c38c80b4ee5752
ipmaddr: Avoid accessing uninitialized data

Looks like this can only happen if /proc/net/igmp is malformed, but
better be sure.

Signed-off-by: Phil Sutter <phil@nwl.cc>
ip/ipmaddr.c