commit | 6865d1e834be84ddd5808d93d5035b492346c64a | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Mon Sep 30 22:05:40 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 02 16:08:24 2013 -0400 |
tree | a970a98630b927756028377cb1d28b83535982be | |
parent | d022af27908fad7696888196fe9a787c8995ab47 [diff] |
unix_diag: fix info leak When filling the netlink message we miss to wipe the pad field, therefore leak one byte of heap memory to userland. Fix this by setting pad to 0. Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: David S. Miller <davem@davemloft.net>