summaryrefslogtreecommitdiff
path: root/Python/context.c
diff options
context:
space:
mode:
authorAlexander Riccio <test35965@gmail.com>2020-03-30 17:15:59 -0400
committerGitHub <noreply@github.com>2020-03-30 23:15:59 +0200
commit51e3e450fbed46198d9be92add1a5dee6a1f7f41 (patch)
tree14d0f753604a99b7759994a7f0c61da61abedc94 /Python/context.c
parentfc2d8d62af25be90f5fd490df141a775d9619b23 (diff)
downloadcpython-git-51e3e450fbed46198d9be92add1a5dee6a1f7f41.tar.gz
bpo-40020: Fix realloc leak on failure in growable_comment_array_add (GH-19083)
Fix a leak and subsequent crash in parsetok.c caused by realloc misuse on a rare codepath. Realloc returns a null pointer on failure, and then growable_comment_array_deallocate crashes later when it dereferences it.
Diffstat (limited to 'Python/context.c')
0 files changed, 0 insertions, 0 deletions