]> granicus.if.org Git - python/commit
PyParser_ParseString(): When the err_ret structure is initialized, the
authorBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 05:04:08 +0000 (05:04 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 05:04:08 +0000 (05:04 +0000)
commit38aa14afb689021b22638a6c89199eca736a3802
tree322303a9779140c9df1595bf9363226e71e0bc47
parent5ca1ef92384d8e4e940bd34ce8150c087931b18b
PyParser_ParseString(): When the err_ret structure is initialized, the
fields token and expected must also be initialized, otherwise the
tests in parsetok() can generate uninitialized memory read errors.
This quiets an Insure warning.
Parser/parsetok.c