]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148252: Avoid overflow in `_remote_debugging` binary reader bounds checks (#148972)
authorMaurycy Pawłowski-Wieroński <maurycy@maurycy.com>
Mon, 27 Apr 2026 23:06:23 +0000 (01:06 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2026 23:06:23 +0000 (00:06 +0100)
commit0efd679a6ce3b57ec3c5cd07f795d36170629dc6
treec88ac1f5a6a84d609ccdd5e0249167cb7b1870b0
parent005555a3f0ae20ee8154eb4ee172e1e355144c8c
gh-148252: Avoid overflow in `_remote_debugging` binary reader bounds checks (#148972)
Misc/NEWS.d/next/Security/2026-04-24-23-15-42.gh-issue-148252.8BLmzd.rst [new file with mode: 0644]
Modules/_remote_debugging/binary_io.h
Modules/_remote_debugging/binary_io_reader.c
Modules/_remote_debugging/binary_io_writer.c