Files
cpython/Lib
Zachary Ware ad4690fcca Issue #21151: Fixed a segfault in the winreg module.
When ``None`` was passed as a ``REG_BINARY`` value to SetValueEx,
PyMem_DEL was called on an uninitialized buffer.  Patch by John Ehresman.

(Also an incidental typo fix in a comment in test_winreg)
2014-07-03 10:58:06 -05:00
..
2014-07-03 00:59:00 +02:00
2014-05-16 23:02:25 -04:00
2014-06-14 18:41:13 -07:00
2014-04-10 00:23:18 -04:00
2014-05-17 21:45:01 -07:00
2014-04-03 10:22:10 -04:00
2014-03-09 14:47:58 -07:00
2014-02-28 10:50:34 -05:00
2014-02-23 23:40:16 -05:00