Re: [PATCH] rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()
From: David Miller <davem@davemloft.net> Date: 2012-03-05 03:05:16
From: Eric Dumazet <redacted>
Date: Sun, 04 Mar 2012 14:32:10 -0800
nlmsg_parse() might return an error, so test its return value before
potential random memory accesses.
Errors introduced in commit 115c9b81928 (rtnetlink: Fix problem with
buffer allocation)
Signed-off-by: Eric Dumazet <redacted>
Cc: Greg Rose <redacted>