We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70be8cf commit daa818bCopy full SHA for daa818b
Python/ceval_gil.c
@@ -1220,7 +1220,7 @@ static inline int run_remote_debugger_source(PyObject *source)
1220
// that would be an easy target for a ROP gadget.
1221
static inline void run_remote_debugger_script(PyObject *path)
1222
{
1223
- if (0 != PySys_Audit("remote_debugger_script", "U", path)) {
+ if (0 != PySys_Audit("remote_debugger_script", "O", path)) {
1224
PyErr_FormatUnraisable(
1225
"Audit hook failed for remote debugger script %U", path);
1226
return;
0 commit comments