New submission from STINNER Victor <victor.stin...@haypocalc.com>: str.find() and str.rfind() reads non initialized memory (using memcmp()) if start is bigger than end.
Attached patch fixes the issue and includes a patch. ---------- components: Interpreter Core messages: 96117 nosy: haypo severity: normal status: open title: crash in str.find() and str.rfind() with invalid start value versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7458> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com