-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Missing NULL check in AC *args tuple parsing #100342
Copy link
Copy link
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixestopic-argument-clinictype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errortype-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixestopic-argument-clinictype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or errortype-crashA hard crash of the interpreter, possibly with a core dumpA 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). #100568