commit | 7644262aa5ef62a0e033ac1158b7cc7b41ffdd1a | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Mon Jul 10 11:11:10 2006 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Mon Jul 10 11:11:10 2006 +0000 |
tree | 4c45284216ecd8a6476f3a5d4e17b1782b8c3915 | |
parent | 7b1da513fd5620e3046047af28a6cf38e753e6f5 [diff] [blame] |
Assigning None to pointer type structure fields possible overwrote wrong fields.
diff --git a/Misc/NEWS b/Misc/NEWS index 157c165..a0266c4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Library ------- +- Assigning None to pointer type fields in ctypes structures possible + overwrote the wrong fields, this is fixed now. + - Fixed a segfault in _ctypes when ctypes.wintypes were imported on non-Windows platforms.