[New-bugs-announce] [issue31279] Squash new gcc warning (-Wstringop-overflow)

Stefan Krah report at bugs.python.org
Fri Aug 25 13:38:57 EDT 2017


New submission from Stefan Krah:

gcc-7.2 emits the following not-so-useful warning:


Objects/bytearrayobject.c:226:9: warning: ‘memcpy’: specified size between 9223372036854775808 and 18446744073709551615 exceeds maximum object size 9223372036854775807

----------
messages: 300851
nosy: skrah
priority: normal
severity: normal
status: open
title: Squash new gcc warning (-Wstringop-overflow)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31279>
_______________________________________


More information about the New-bugs-announce mailing list