]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442) (GH-12471)
authorVictor Stinner <vstinner@redhat.com>
Wed, 20 Mar 2019 12:03:11 +0000 (13:03 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2019 12:03:11 +0000 (13:03 +0100)
commit65b9849f0f07a000d751c96d9d711aeb24c95224
tree729ed6a4c3a8807be0c583d8476ab679b61d101e
parent756cfd88920c2349d4546024856c406409b0ab7b
bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442) (GH-12471)
Parser/tokenizer.c