@@ -972,18 +972,12 @@ gh_32092_oob
972972
973973Proof-of-concept of GH-32092 OOB bug.
974974
975- Array index out-of-bound bug in function
976- `_PyArg_UnpackKeywordsWithVararg` .
977-
978- Calling this function by gh_32092_oob(1, 2, 3, 4, kw1=5, kw2=6)
979- to trigger this bug (crash).
980-
981975[clinic start generated code]*/
982976
983977static PyObject *
984978gh_32092_oob_impl (PyObject * module , PyObject * pos1 , PyObject * pos2 ,
985979 PyObject * varargs , PyObject * kw1 , PyObject * kw2 )
986- /*[clinic end generated code: output=ee259c130054653f input=568c6276e3fdef62 ]*/
980+ /*[clinic end generated code: output=ee259c130054653f input=46d15c881608f8ff ]*/
987981{
988982 Py_RETURN_NONE ;
989983}
@@ -998,18 +992,12 @@ gh_32092_kw_pass
998992
999993Proof-of-concept of GH-32092 keyword args passing bug.
1000994
1001- The calculation of `noptargs` in AC-generated function
1002- `builtin_kw_pass_poc` is incorrect.
1003-
1004- Calling this function by gh_32092_kw_pass(1, 2, 3)
1005- to trigger this bug (crash).
1006-
1007995[clinic start generated code]*/
1008996
1009997static PyObject *
1010998gh_32092_kw_pass_impl (PyObject * module , PyObject * pos , PyObject * args ,
1011999 PyObject * kw )
1012- /*[clinic end generated code: output=4a2bbe4f7c8604e9 input=5bfe6191e1e7a2fb ]*/
1000+ /*[clinic end generated code: output=4a2bbe4f7c8604e9 input=5c0bd5b9079a0cce ]*/
10131001{
10141002 Py_RETURN_NONE ;
10151003}
0 commit comments