]> granicus.if.org Git - python/commit
Fix Coverity 185-186: If the passed in FILE is NULL, uninitialized memory
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 12 Oct 2007 03:05:19 +0000 (03:05 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 12 Oct 2007 03:05:19 +0000 (03:05 +0000)
commit15f26617587cbe53b22c599239767ef95341472f
treeb1398026f9f8a29d733014ecda2714f73e10d963
parenta7d329a9b2d01895cb2e6b695ead74855bfeb02a
Fix Coverity 185-186:  If the passed in FILE is NULL, uninitialized memory
would be accessed.

Will backport.
Python/marshal.c