Commit d37c068e authored by Christian Heimes's avatar Christian Heimes Committed by Victor Stinner
Browse files

Add sockaddr_alg to sock_addr_t (#234)



sock_addr_t is used to define the minimum size of any socket address on
the stack. Let's make sure that an AF_ALG address always fits. Coverity
complains because in theory, AF_ALG might be larger than any of the other
structs. In practice it already fits.

Closes Coverity CID 1398948, 1398949, 1398950

Signed-off-by: default avatarChristian Heimes <christian@python.org>
parent 03f68b60
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment