]> granicus.if.org Git - python/commit
zipimport: initialize fullpath to NULL
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 11:59:41 +0000 (13:59 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 11:59:41 +0000 (13:59 +0200)
commit9a2261a3729805ca5e5062c37767df80ced9e5df
treef49b41c8fab0a15ea3c057ce26f58a4deebe6d38
parent97e561ef24b6270d0000e21be3afb994caefcd8f
zipimport: initialize fullpath to NULL

In some cases, fullpath value is used whereas fullpath was not always
initialized. Warning found by the Clang Static Analyzer.
Modules/zipimport.c