]> granicus.if.org Git - python/commit
Coverity issue CID #169
authorChristian Heimes <christian@cheimes.de>
Fri, 18 Jan 2008 08:47:59 +0000 (08:47 +0000)
committerChristian Heimes <christian@cheimes.de>
Fri, 18 Jan 2008 08:47:59 +0000 (08:47 +0000)
commit3e8c897d80db38613f26b2f4c120f9e15a8ae9d2
tree9eca678ef69659ca6428bbec3e6d0596af6de102
parent87dcf3d260e183ed2988fe35b0ac3b93df37763b
Coverity issue CID #169
local_ptr_assign_local: Assigning address of stack variable "namebuf" to pointer "filename"
out_of_scope: Variable "namebuf" goes out of scope
use_invalid: Used "filename" pointing to out-of-scope variable "namebuf"
Python/traceback.c