Skip to content

Commit a982737

Browse files
committed
fix comment
1 parent 9dbeba9 commit a982737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_cmd_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_run_module_bug1764407(self):
203203

204204
@support.cpython_only
205205
def test_null_byte_in_interactive_mode(self):
206-
# gh-140594: heap-buffer-underflow in PyOS_StdioReadline when a NUL (\0)
206+
# gh-140594: heap-buffer-overflow in PyOS_StdioReadline when a NULL
207207
# is present in interactive input. The test ensures that feeding a null
208208
# byte to the interactive prompt does not crash the interpreter.
209209
proc = spawn_python('-i')

0 commit comments

Comments
 (0)