commit | 4f3be8a0a908784f4ab5fec66439643f2c1d79eb | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Jul 31 17:08:14 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Jul 31 17:08:14 2008 +0000 |
tree | 0d7f0d95099fd0b5e93e2f994a3fc0db6b682b29 | |
parent | 83ac0144fa3041556aa4f3952ebd979e0189a19c [diff] [blame] |
Security patches from Apple: prevent int overflow when allocating memory
diff --git a/Misc/NEWS b/Misc/NEWS index 222e408..153e551 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Apply security patches from Apple. + - Issue #2620: Overflow checking when allocating or reallocating memory was not always being done properly in some python types and extension modules. PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have