]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152718: Reject oversized table counts in the profiling binary reader (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Jul 2026 23:27:41 +0000 (01:27 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jul 2026 23:27:41 +0000 (23:27 +0000)
commit41a2abe06d6e77c1ecbb7cf455a8cff59988debe
tree014df73bef5f97f7501f9537f25c5fa237fb72f8
parent9f82c25eca14fe484fc9a2d8662f47174372d6f7
[3.15] gh-152718: Reject oversized table counts in the profiling binary reader (GH-152719) (#153050)

gh-152718: Reject oversized table counts in the profiling binary reader (GH-152719)
(cherry picked from commit 8e580b068500feec5d6cc5e5a3e6072e8996fb25)

Co-authored-by: tonghuaroot (童话) <tonghuaroot@gmail.com>
Lib/test/test_profiling/test_sampling_profiler/test_binary_format.py
Misc/NEWS.d/next/Library/2026-07-01-12-00-00.gh-issue-152718.pr0f1l.rst [new file with mode: 0644]
Modules/_remote_debugging/binary_io.h
Modules/_remote_debugging/binary_io_reader.c