commit | aa93517de8b5e2b41644a22ae81ddec4f5d72991 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Sep 29 20:49:16 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Sep 29 20:49:16 2005 +0000 |
tree | c6d35de0c2c00b3540ed642a4c6c95504dac808a | |
parent | 1aa74ee5c5f4647c12c21ab3f5262a33d263bb35 [diff] [blame] |
patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding
diff --git a/Misc/NEWS b/Misc/NEWS index ec70b95..3c06f4e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -242,6 +242,9 @@ Library ------- +- Patch #1300515: xdrlib.py: Fix pack_fstring() to really use null bytes + for padding. + - Bug #1296004: httplib.py: Limit maximal amount of data read from the socket to avoid a MemoryError on Windows.