BACKPORT: net: fix infoleak in rtnetlink
(cherry pick from commit 5f8e4474) The stack object “map” has a total size of 32 bytes. Its last 4 bytes are padding generated by compiler. These padding bytes are not initialized and sent out via “nla_put”. Signed-off-by:Kangjie Lu <kjlu@gatech.edu> Signed-off-by:
David S. Miller <davem@davemloft.net> Bug: 28620102 Change-Id: I5af184f1d21de91995fc0b3c75959de31e3217fc
Loading
Please sign in to comment