diff options
author | Victor Stinner <vstinner@python.org> | 2024-04-16 20:34:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 20:34:12 (GMT) |
commit | 3fe03ccea61121b05e933013f76aa02f690014c1 (patch) | |
tree | 8da922b3d5a618c6324c6ad6d9bf613d639a9d52 /PCbuild/_wmi.vcxproj | |
parent | e05d202ebf0904cf0a980fde76f4a38bb8dc7c3b (diff) | |
download | cpython-3fe03ccea61121b05e933013f76aa02f690014c1.zip cpython-3fe03ccea61121b05e933013f76aa02f690014c1.tar.gz cpython-3fe03ccea61121b05e933013f76aa02f690014c1.tar.bz2 |
gh-117755: Fix mimalloc for huge allocation on s390x (#117809)
Fix mimalloc allocator for huge memory allocation (around
8,589,934,592 GiB) on s390x.
Abort allocation early in mimalloc if the number of slices doesn't
fit into uint32_t, to prevent a integer overflow (cast 64-bit
size_t to uint32_t).
Diffstat (limited to 'PCbuild/_wmi.vcxproj')
0 files changed, 0 insertions, 0 deletions