]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Sep 2025 11:03:01 +0000 (13:03 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Sep 2025 11:03:01 +0000 (11:03 +0000)
commit6260b6ae24e11b3d338c72f0391de442756e33ca
tree52b68786221fef096c837317f4d7a2d34a8174dc
parentd232944638da61d0d4d5eadf2efb74dc0709b928
[3.13] gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (GH-139147) (#139414)

gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (GH-139147)
(cherry picked from commit 9c6a1f847b648747414600f2cde18f3837505537)

Reported by: Dmitrii Chuprov <cheese@altlinux.org>

Signed-off-by: Denis Sergeev <zeff@altlinux.org>
Co-authored-by: Denis Sergeev <zeff@altlinux.org>
Programs/_testembed.c