libexpat/expat/lib
Boris Kolpackov 81ae3e7208 Get rid of unsigned integer overflow in column calculation
While unsigned integer overflow is well-defined, Android sanitizers treat it
as an error. We also have some in the SipHash implementation but those won't
be easy to get rid of.
2020-08-17 16:08:56 +02:00
..
.gitignore Remove expat.h from .gitignore (#224) 2018-10-05 17:14:37 +02:00
ascii.h Inline copyright headers with C/C++ code where missing (#116) 2017-08-12 21:02:41 +02:00
asciitab.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
expat_external.h expat_external.h: Inline remains of XML_USE_MSC_EXTENSIONS 2019-08-29 19:49:56 +02:00
expat.h Fix source comment typos 2019-11-04 07:52:31 -05:00
iasciitab.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
internal.h handle unused parameters with the usual (void)param; statement rather than gcc-specific attribute 2019-08-16 09:52:09 -04:00
latin1tab.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
libexpat.def Fix syntax of Windows module definition files 2019-01-10 21:26:07 +02:00
libexpatw.def Fix syntax of Windows module definition files 2019-01-10 21:26:07 +02:00
Makefile.am xmlwf: Add missing @AM_*FLAGS@ 2020-03-18 00:32:06 +01:00
nametab.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
siphash.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
utf8tab.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
winconfig.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
xmlparse.c Be more correct about const correctness on the inside 2020-07-16 21:09:00 +02:00
xmlrole.c xmlparse.c|xmlrole.c: Fix compiler warning "unused parameter" with -DEXPAT_DTD=OFF 2019-09-29 19:34:39 +02:00
xmlrole.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
xmltok_impl.c Get rid of unsigned integer overflow in column calculation 2020-08-17 16:08:56 +02:00
xmltok_impl.h xmltok: Add more in-code documentation about byte types 2019-08-28 01:27:32 +02:00
xmltok_ns.c Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00
xmltok.c xmltok.c: Address warnings about accidental non-ASCII dashes in comments (#355) 2019-10-01 21:50:52 +02:00
xmltok.h Mass-apply clang-format 9 using ./apply-clang-format.sh 2019-08-03 21:31:44 +02:00