[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-41175: Guard against a possible NULL pointer dereference within bytearrayobject by stratakis · Pull Request #21240 · python/cpython

the-knights-who-say-ni

…bject

The issue is triggered by the bytearray() + bytearray() operation.

Detected by GCC 10 static analysis tool

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 10, 2020

…bject (pythonGH-21240)

The issue is triggered by the bytearray() + bytearray() operation.

Detected by GCC 10 static analysis tool.
(cherry picked from commit 61fc23c)

Co-authored-by: stratakis <cstratak@redhat.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 10, 2020
…bject (pythonGH-21240)

The issue is triggered by the bytearray() + bytearray() operation.

Detected by GCC 10 static analysis tool.
(cherry picked from commit 61fc23c)

Co-authored-by: stratakis <cstratak@redhat.com>

miss-islington added a commit that referenced this pull request

Jul 10, 2020
…bject (GH-21240)

The issue is triggered by the bytearray() + bytearray() operation.

Detected by GCC 10 static analysis tool.
(cherry picked from commit 61fc23c)

Co-authored-by: stratakis <cstratak@redhat.com>

miss-islington added a commit that referenced this pull request

Jul 10, 2020
…bject (GH-21240)

The issue is triggered by the bytearray() + bytearray() operation.

Detected by GCC 10 static analysis tool.
(cherry picked from commit 61fc23c)

Co-authored-by: stratakis <cstratak@redhat.com>

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Aug 20, 2020
…bject (pythonGH-21240)

The issue is triggered by the bytearray() + bytearray() operation.

Detected by GCC 10 static analysis tool.

Closed