libexpat/expat/lib
Sebastian Pipping ede41d1e18 lib: Prevent integer overflow in doProlog (CVE-2022-23990)
The change from "int nameLen" to "size_t nameLen"
addresses the overflow on "nameLen++" in code
"for (; name[nameLen++];)" right above the second
change in the patch.
2022-01-26 19:33:12 +01:00
..
.gitignore Remove expat.h from .gitignore (#224) 2018-10-05 17:14:37 +02:00
ascii.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
asciitab.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
expat_external.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
expat.h Sync years in file headers 2022-01-13 23:45:22 +01:00
iasciitab.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
internal.h tests: Cover helper unsignedCharToPrintable 2021-05-07 18:25:08 +02:00
latin1tab.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
libexpat.def lib: Protect against billion laughs attacks (approach 3.0.21) 2021-05-07 18:25:07 +02:00
libexpatw.def lib: Protect against billion laughs attacks (approach 3.0.21) 2021-05-07 18:25:07 +02:00
Makefile.am Autotools|CMake: Link against libm for function "isnan" 2021-09-20 18:27:52 +02:00
nametab.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
siphash.h Drop remaining support for Visual Studio 2008, 2010, 2012 (#422) 2020-10-03 21:30:13 +02:00
utf8tab.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
winconfig.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
xmlparse.c lib: Prevent integer overflow in doProlog (CVE-2022-23990) 2022-01-26 19:33:12 +01:00
xmlrole.c Apply #514 to attribution headers 2021-10-17 16:28:01 +02:00
xmlrole.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
xmltok_impl.c Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
xmltok_impl.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
xmltok_ns.c Sync years in file headers 2022-01-13 23:45:22 +01:00
xmltok.c Apply #514 to attribution headers 2021-10-17 16:28:01 +02:00
xmltok.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00