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 9dbeba9 commit a982737Copy full SHA for a982737
1 file changed
Lib/test/test_cmd_line.py
@@ -203,7 +203,7 @@ def test_run_module_bug1764407(self):
203
204
@support.cpython_only
205
def test_null_byte_in_interactive_mode(self):
206
- # gh-140594: heap-buffer-underflow in PyOS_StdioReadline when a NUL (\0)
+ # gh-140594: heap-buffer-overflow in PyOS_StdioReadline when a NULL
207
# is present in interactive input. The test ensures that feeding a null
208
# byte to the interactive prompt does not crash the interpreter.
209
proc = spawn_python('-i')
0 commit comments