Missing NULL check in AC *args tuple parsing #100342
Labels
3.11
bug and security fixes
3.12
new features, bug and security fixes
expert-argument-clinic
type-bug
An unexpected behavior, bug, or error
type-crash
A hard crash of the interpreter, possibly with a core dump


__clinic_argsis currently not checked for NULL and can crash the interpreter. The fix is to check for NULL and exit early.Linked PRs
*argsparsing #100343*argsparsing (GH-100343). #100568The text was updated successfully, but these errors were encountered: