]> git.baikalelectronics.ru Git - kernel.git/commit
atm: fix info leak via getsockname()
authorMathias Krause <minipli@googlemail.com>
Wed, 15 Aug 2012 11:31:45 +0000 (11:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Aug 2012 04:36:30 +0000 (21:36 -0700)
commitba4f20c9fc39a5b183d4436a9575500cd8f740a6
tree11bb3194625ed6bc0a169f39b2a802b5ff7c699d
parent12042bbb7c3f1ee2537503a212f810e12dcda03d
atm: fix info leak via getsockname()

The ATM code fails to initialize the two padding bytes of struct
sockaddr_atmpvc inserted for alignment. Add an explicit memset(0)
before filling the structure to avoid the info leak.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/pvc.c