diff options
author | Christian Heimes <christian@python.org> | 2017-02-22 12:12:00 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-22 12:12:00 +0100 |
commit | d37c068e695f8ec72b5c1b5a5a5ece2337fda768 (patch) | |
tree | 6ee6d4e58277a96445e53b1ac02caa91e6a7ed4a /Python/future.c | |
parent | 03f68b60e17b57f6f13729ff73245dbb37b30a4c (diff) | |
download | cpython-git-d37c068e695f8ec72b5c1b5a5a5ece2337fda768.tar.gz |
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: Christian Heimes <christian@python.org>
Diffstat (limited to 'Python/future.c')
0 files changed, 0 insertions, 0 deletions