commit | 2275b773ebfacb94f6a9c81d6a8b9d54771a68e8 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Aug 15 02:51:12 2018 -0400 |
committer | GitHub <noreply@github.com> | Wed Aug 15 02:51:12 2018 -0400 |
tree | a946c7fd46bfd3477ac312ead8f9384d186c8ed4 | |
parent | e3228a3f44e382b6cdd2b5e001b651347013a7d3 [diff] |
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439) Avoid undefined pointer arithmetic with NULL. (cherry picked from commit 7c4ab2afb17b99eb3f61f9c73cbd548b5e0ad2c0) Co-authored-by: Zackery Spytz <zspytz@gmail.com>