[issue20631] python readline module crashing on NULL access

Todd Fiala report at bugs.python.org
Tue Feb 18 20:01:54 CET 2014


Todd Fiala added the comment:

Cleaned up the proposed patch a bit.  Moves HIST_ENTRY* into a tighter block and removes the second call to history_get() since the value is already stashed in the NULL-checked local.

----------
Added file: http://bugs.python.org/file34137/python_2.7.6_module_readline_null_02.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20631>
_______________________________________


More information about the Python-bugs-list mailing list