Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/
H A Dhooks.cdiff c750e6929d3c76d13d1d0ba475989d6dd74785d5 Fri Apr 12 05:59:34 CDT 2019 Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> selinux: Check address length before reading address family

KMSAN will complain if valid address length passed to bind()/connect() is
shorter than sizeof("struct sockaddr"->sa_family) bytes.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Paul Moore <paul@paul-moore.com>