Staging
v0.5.1
https://github.com/python/cpython
Revision d5ee9b9940ba24120838b07061058afe931cfff1 authored by Miss Islington (bot) on 22 June 2020, 07:43:41 UTC, committed by GitHub on 22 June 2020, 07:43:41 UTC

Reported by Coverity.  (CID 1457554 RETURN_LOCAL)

path0 is assigned as a pointer to this right before it goes out of scope.
(cherry picked from commit 81328f30703bd7225e7e73aedb0994a7293ce190)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
1 parent 1419559
History
Tip revision: d5ee9b9940ba24120838b07061058afe931cfff1 authored by Miss Islington (bot) on 22 June 2020, 07:43:41 UTC
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
Tip revision: d5ee9b9
File Mode Size
pgen
Python.asdl -rw-r--r-- 5.3 KB
acceler.c -rw-r--r-- 3.3 KB
asdl.py -rw-r--r-- 12.6 KB
asdl_c.py -rw-r--r-- 44.3 KB
grammar1.c -rw-r--r-- 1.0 KB
listnode.c -rw-r--r-- 1.2 KB
myreadline.c -rw-r--r-- 11.9 KB
node.c -rw-r--r-- 5.1 KB
parser.c -rw-r--r-- 12.4 KB
parser.h -rw-r--r-- 1.4 KB
parsetok.c -rw-r--r-- 14.2 KB
token.c -rw-r--r-- 4.5 KB
tokenizer.c -rw-r--r-- 55.9 KB
tokenizer.h -rw-r--r-- 3.7 KB

back to top