Staging
v0.5.1
https://github.com/python/cpython
Revision 5221a10dde4a3853fe7ace316d95767648055109 authored by Miss Islington (bot) on 26 May 2020, 07:04:59 UTC, committed by GitHub on 26 May 2020, 07:04:59 UTC

struct.error is now raised if there is a null character in a struct
format string.
(cherry picked from commit 3f59b55316f4c6ab451997902579aa69020b537c)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent a729f4a
Raw File
Tip revision: 5221a10dde4a3853fe7ace316d95767648055109 authored by Miss Islington (bot) on 26 May 2020, 07:04:59 UTC
bpo-35714: Reject null characters in struct format strings (GH-16928)
Tip revision: 5221a10
xxlimited.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>{eb5eebc7-3787-4f8f-b282-204db2962cc3}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\xxlimited.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top