@@ -972,18 +972,12 @@ gh_32092_oob
972
972
973
973
Proof-of-concept of GH-32092 OOB bug.
974
974
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
-
981
975
[clinic start generated code]*/
982
976
983
977
static PyObject *
984
978
gh_32092_oob_impl (PyObject * module , PyObject * pos1 , PyObject * pos2 ,
985
979
PyObject * varargs , PyObject * kw1 , PyObject * kw2 )
986
- /*[clinic end generated code: output=ee259c130054653f input=568c6276e3fdef62 ]*/
980
+ /*[clinic end generated code: output=ee259c130054653f input=46d15c881608f8ff ]*/
987
981
{
988
982
Py_RETURN_NONE ;
989
983
}
@@ -998,18 +992,12 @@ gh_32092_kw_pass
998
992
999
993
Proof-of-concept of GH-32092 keyword args passing bug.
1000
994
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
-
1007
995
[clinic start generated code]*/
1008
996
1009
997
static PyObject *
1010
998
gh_32092_kw_pass_impl (PyObject * module , PyObject * pos , PyObject * args ,
1011
999
PyObject * kw )
1012
- /*[clinic end generated code: output=4a2bbe4f7c8604e9 input=5bfe6191e1e7a2fb ]*/
1000
+ /*[clinic end generated code: output=4a2bbe4f7c8604e9 input=5c0bd5b9079a0cce ]*/
1013
1001
{
1014
1002
Py_RETURN_NONE ;
1015
1003
}
0 commit comments