commit | 61fc23ca106bc82955b0e59d1ab42285b94899e2 | [log] [tgz] |
---|---|---|
author | stratakis <cstratak@redhat.com> | Wed Jul 08 22:39:41 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed Jul 08 22:39:41 2020 +0200 |
tree | 0e51e0ad6ba717d354fb1db36c8668e292759dab | |
parent | 529f42645d38b6b0075f256814dfb3d220ac7d92 [diff] |
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240) The issue is triggered by the bytearray() + bytearray() operation. Detected by GCC 10 static analysis tool.