Home
last modified time | relevance | path

Searched hist:e862f1a9b7df4e8196ebec45ac62295138aa3fc2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/atm/
H A Dcommon.cdiff e862f1a9b7df4e8196ebec45ac62295138aa3fc2 Wed Aug 15 06:31:44 CDT 2012 Mathias Krause <minipli@googlemail.com> atm: fix info leak in getsockopt(SO_ATMPVC)

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>