Skip to content

bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity)#21013

Merged
miss-islington merged 2 commits intopython:masterfrom
gpshead:coverity_pathconfig
Jun 22, 2020
Merged

bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity)#21013
miss-islington merged 2 commits intopython:masterfrom
gpshead:coverity_pathconfig

Conversation

@gpshead
Copy link
Member

@gpshead gpshead commented Jun 20, 2020

Reported by Coverity. (CID 1457554 RETURN_LOCAL)

path0 is assigned as a pointer to this right before it goes out of scope.

https://bugs.python.org/issue41056

Automerge-Triggered-By: @tiran

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants