This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients lukasz.langa, pablogsal, vstinner
Date 2019-10-12.19:11:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570907500.34.0.810333858419.issue38455@roundup.psfhosted.org>
In-reply-to
Content
Compiling 3.8 in release mode emits this warning:

In function ‘getsockaddrarg’,
    inlined from ‘sock_bind’ at /home/pablogsal/github/python/3.8/Modules/socketmodule.c:3066:10:
/home/pablogsal/github/python/3.8/Modules/socketmodule.c:2288:9: warning: ‘memset’ offset [17, 88] from the object at ‘addrbuf’ is out of the bounds of referenced subobject ‘sa’ with type ‘struct sockaddr’ at offset 0 [-Warray-bounds]
 2288 |         memset(sa, 0, sizeof(*sa));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
History
Date User Action Args
2019-10-12 19:11:40pablogsalsetrecipients: + pablogsal, vstinner, lukasz.langa
2019-10-12 19:11:40pablogsalsetmessageid: <1570907500.34.0.810333858419.issue38455@roundup.psfhosted.org>
2019-10-12 19:11:40pablogsallinkissue38455 messages
2019-10-12 19:11:40pablogsalcreate