-
- Downloads
[3.6] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) (GH-28080)
Update the vendored copy of libexpat to 2.4.1 (from 2.2.8) to get the fix for the CVE-2013-0340 "Billion Laughs" vulnerability. This copy is most used on Windows and macOS. Co-authored-by:Victor Stinner <vstinner@python.org> Co-authored-by:
Łukasz Langa <lukasz@langa.pl>.> (cherry picked from commit 3fc5d840)
Showing
- Doc/library/xml.rst 19 additions, 15 deletionsDoc/library/xml.rst
- Doc/whatsnew/3.6.rst 1 addition, 1 deletionDoc/whatsnew/3.6.rst
- Misc/NEWS.d/next/Security/2021-06-29-02-45-53.bpo-44394.A220N1.rst 3 additions, 0 deletions....d/next/Security/2021-06-29-02-45-53.bpo-44394.A220N1.rst
- Modules/expat/COPYING 1 addition, 1 deletionModules/expat/COPYING
- Modules/expat/ascii.h 5 additions, 2 deletionsModules/expat/ascii.h
- Modules/expat/asciitab.h 3 additions, 1 deletionModules/expat/asciitab.h
- Modules/expat/expat.h 35 additions, 9 deletionsModules/expat/expat.h
- Modules/expat/expat_external.h 8 additions, 1 deletionModules/expat/expat_external.h
- Modules/expat/iasciitab.h 3 additions, 1 deletionModules/expat/iasciitab.h
- Modules/expat/internal.h 49 additions, 9 deletionsModules/expat/internal.h
- Modules/expat/latin1tab.h 3 additions, 1 deletionModules/expat/latin1tab.h
- Modules/expat/nametab.h 2 additions, 2 deletionsModules/expat/nametab.h
- Modules/expat/siphash.h 4 additions, 9 deletionsModules/expat/siphash.h
- Modules/expat/utf8tab.h 3 additions, 1 deletionModules/expat/utf8tab.h
- Modules/expat/winconfig.h 4 additions, 15 deletionsModules/expat/winconfig.h
- Modules/expat/xmlparse.c 1175 additions, 88 deletionsModules/expat/xmlparse.c
- Modules/expat/xmlrole.c 13 additions, 6 deletionsModules/expat/xmlrole.c
- Modules/expat/xmlrole.h 4 additions, 1 deletionModules/expat/xmlrole.h
- Modules/expat/xmltok.c 27 additions, 19 deletionsModules/expat/xmltok.c
- Modules/expat/xmltok.h 5 additions, 1 deletionModules/expat/xmltok.h
Loading
Please register or sign in to comment