commit | b8670c09f37bdf2847cc44f36511a53afc6161fd | [log] [tgz] |
---|---|---|
author | Kangjie Lu <kangjielu@gmail.com> | Tue May 03 16:35:05 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed May 04 16:18:48 2016 -0400 |
tree | 30c2e57ee6f84f58c04ca3e3c440a0ec2a3dd9c1 | |
parent | 1c021bb717a70aaeaa4b25c91f43c2aeddd922de [diff] |
net: fix infoleak in llc The stack object “info” has a total size of 12 bytes. Its last byte is padding which is not initialized and leaked via “put_cmsg”. Signed-off-by: Kangjie Lu <kjlu@gatech.edu> Signed-off-by: David S. Miller <davem@davemloft.net>