]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136053: Check error for TYPE_SLICE in marshal.c (GH-136054)
authorAkshat Gupta <akshat.gupta24@gmail.com>
Sun, 29 Jun 2025 07:07:24 +0000 (12:37 +0530)
committerGitHub <noreply@github.com>
Sun, 29 Jun 2025 07:07:24 +0000 (10:07 +0300)
commit30ba03ea8ed98522b0500d6856b22727c88e818f
tree52450bc0a08ef405503253d2a05234459c840b88
parentf04d2b8819eb37d5439b7437f1e80a1e5c5c4f07
gh-136053: Check error for TYPE_SLICE in marshal.c (GH-136054)

Fix a possible crash when deserializing a large marshal data
(at least several GiBs) containing a slice.
Misc/NEWS.d/next/Security/2025-06-27-21-23-19.gh-issue-136053.QZxcee.rst [new file with mode: 0644]
Python/marshal.c