commit | 570e371fd6e8615ece9b9e21fbe77149ebeb172e | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Mon Nov 05 12:26:40 2018 -0700 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 05 21:26:40 2018 +0200 |
tree | 2fcfc7f280f0039e94e89e1583fa69c33afbf36a | |
parent | 083a7a172b8c8888252d72031f21dcfea3c0d73f [diff] |
Fix possible crashes in pwdmodule.c. (GH-10331) "p" was not initialized if the first PyMem_RawRealloc() call failed.