commit | 7cac1c25a144a5d17353a245cec39198dc0b5d21 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Mar 03 11:13:34 2013 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Mar 03 11:13:34 2013 +0000 |
tree | 5204fb335f7d1a849438e3e87b1eeaeb469f0a4b | |
parent | ff0deb0529e4d1419f020ef1939180fae7ed0a4f [diff] [blame] |
Issue #16445: Fix potential segmentation fault when deleting an exception message.
diff --git a/Misc/NEWS b/Misc/NEWS index 78d52f0..4f6fdca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #16445: Fixed potential segmentation fault when deleting an exception + message. + - Issue #17275: Corrected class name in init error messages of the C version of BufferedWriter and BufferedRandom.