diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-05-19 03:48:47 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-05-19 03:48:47 (GMT) |
commit | 59f58aaeed2d1b4062c460ad7f7f5069d4f7572c (patch) | |
tree | 52d61e94a065686d04e060d84fe4a3bada27934c /Misc | |
parent | f3241a372785999bae49a87a5e1e344312567f9e (diff) | |
download | cpython-59f58aaeed2d1b4062c460ad7f7f5069d4f7572c.zip cpython-59f58aaeed2d1b4062c460ad7f7f5069d4f7572c.tar.gz cpython-59f58aaeed2d1b4062c460ad7f7f5069d4f7572c.tar.bz2 |
Clear data so random memory does not get freed. Will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -636,6 +636,8 @@ Library Extension Modules ----------------- +- Bug #1721309: prevent bsddb module from freeing random memory. + - Bug #1686475: Support stat'ing open files on Windows again. - Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters |