summaryrefslogtreecommitdiffstats
path: root/Python/mysnprintf.c
diff options
context:
space:
mode:
authorAlexander Riccio <test35965@gmail.com>2020-03-30 21:15:59 (GMT)
committerGitHub <noreply@github.com>2020-03-30 21:15:59 (GMT)
commit51e3e450fbed46198d9be92add1a5dee6a1f7f41 (patch)
tree14d0f753604a99b7759994a7f0c61da61abedc94 /Python/mysnprintf.c
parentfc2d8d62af25be90f5fd490df141a775d9619b23 (diff)
downloadcpython-51e3e450fbed46198d9be92add1a5dee6a1f7f41.zip
cpython-51e3e450fbed46198d9be92add1a5dee6a1f7f41.tar.gz
cpython-51e3e450fbed46198d9be92add1a5dee6a1f7f41.tar.bz2
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/mysnprintf.c')
0 files changed, 0 insertions, 0 deletions