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
Raw File
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
_ssl.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{695348f7-e9f6-4fe1-bc03-5f08ffc8095b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_ssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="$(opensslIncludeDir)\applink.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
</Project>
back to top