diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-09-26 04:33:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-26 04:33:58 (GMT) |
commit | 52b940803860e37bcc3f6096b2d24e7c20a0e807 (patch) | |
tree | 558aeb32f5f3be76cda9a24f970cc82ad4ee754e /PCbuild/pyexpat.vcxproj | |
parent | 49d99f01e6e51acec5ca57a02e857f0796bc418b (diff) | |
download | cpython-52b940803860e37bcc3f6096b2d24e7c20a0e807.zip cpython-52b940803860e37bcc3f6096b2d24e7c20a0e807.tar.gz cpython-52b940803860e37bcc3f6096b2d24e7c20a0e807.tar.bz2 |
closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346)
Fixes CVE-2019-15903. See full changelog at https://github.com/libexpat/libexpat/blob/R_2_2_8/expat/Changes.
Diffstat (limited to 'PCbuild/pyexpat.vcxproj')
-rw-r--r-- | PCbuild/pyexpat.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/pyexpat.vcxproj b/PCbuild/pyexpat.vcxproj index 28a11a8..b2d9f5d 100644 --- a/PCbuild/pyexpat.vcxproj +++ b/PCbuild/pyexpat.vcxproj @@ -100,7 +100,6 @@ </ItemGroup> <ItemGroup> <ClCompile Include="..\Modules\pyexpat.c" /> - <ClCompile Include="..\Modules\expat\loadlibrary.c" /> <ClCompile Include="..\Modules\expat\xmlparse.c" /> <ClCompile Include="..\Modules\expat\xmlrole.c" /> <ClCompile Include="..\Modules\expat\xmltok.c" /> |