diff options
author | Christian Heimes <christian@python.org> | 2022-01-06 15:14:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 15:14:49 (GMT) |
commit | a4aa52dc2801d25b6343fe2ef8de7f40ea3bc883 (patch) | |
tree | e2bbaa28870820ff0b27aec5083d64afa6a5c592 /Misc | |
parent | b50e5e916a05df65ab6a255af7624b751e0fe9d1 (diff) | |
download | cpython-a4aa52dc2801d25b6343fe2ef8de7f40ea3bc883.zip cpython-a4aa52dc2801d25b6343fe2ef8de7f40ea3bc883.tar.gz cpython-a4aa52dc2801d25b6343fe2ef8de7f40ea3bc883.tar.bz2 |
bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434)
Automerge-Triggered-By: GH:tiran
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-01-06-15-45-34.bpo-46263.bJXek6.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-01-06-15-45-34.bpo-46263.bJXek6.rst b/Misc/NEWS.d/next/Tests/2022-01-06-15-45-34.bpo-46263.bJXek6.rst new file mode 100644 index 0000000..0334af4 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-01-06-15-45-34.bpo-46263.bJXek6.rst @@ -0,0 +1,2 @@ +Fix test_capi on FreeBSD 14-dev: instruct jemalloc to not fill freed memory +with junk byte. |