◐ Shell
clean mode source ↗

gh-99240: Fix double-free bug in Argument Clinic str_converter generated code by colorfulappl · Pull Request #99241 · python/cpython

@colorfulappl

@bedevere-bot mentioned this pull request

Nov 8, 2022

@colorfulappl

@colorfulappl

erlend-aasland

arhadthedev

erlend-aasland

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>

@colorfulappl

erlend-aasland

# Conflicts:
#	Lib/test/test_clinic.py
#	Modules/_testclinic.c
#	Modules/clinic/_testclinic.c.h

@colorfulappl

erlend-aasland

colorfulappl added a commit to colorfulappl/cpython that referenced this pull request

Dec 20, 2022

colorfulappl added a commit to colorfulappl/cpython that referenced this pull request

Dec 20, 2022

kumaraditya303 pushed a commit that referenced this pull request

Dec 20, 2022
… generated code (GH-99241) (#100352)

(cherry picked from commit 8dbe08e)

Fix double-free bug mentioned at GH-99240, by moving memory clean up out of "exit" label.

kumaraditya303 pushed a commit that referenced this pull request

Dec 20, 2022
… generated code (GH-99241) (#100353)

(cherry picked from commit 8dbe08e)

Fix double-free bug mentioned at GH-99240, by moving memory clean up out of "exit" label.