libexpat/expat/lib
Berkay Eren Ürün c158a62e57 Remove XML_DTD guards before is_param accesses
As a part of the ENTITY struct, is_param is correctly initialized even
when XML_DTD is not defined. This can be seen in the 'lookup' function,
which sets all the ENTITY memory, including the is_param flag, to zero
during the ENTITY creation. Additionally, is_param can only be assigned
XML_TRUE when XML_DTD is defined, which makes XML_DTD checks before
is_param accesses not necessary.

Currently, some of the is_param accesses are guarded by the XML_DTD and
some not. This commit removes all XML_DTD guards that are meant for
is_param accesses.
2024-08-22 13:38:04 +02: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.h Bump version to 2.6.2 2024-03-13 14:37:05 +01:00
expat_external.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
iasciitab.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
internal.h Sync file headers 2024-02-28 23:41:43 +01:00
latin1tab.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
libexpat.def.cmake Add app setting for enabling/disabling reparse heuristic 2024-01-29 17:09:36 +01:00
Makefile.am Sync file headers 2024-02-28 23:41:43 +01:00
nametab.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
siphash.h lib/siphash.h: Apply clang-format 18.1.5 2024-05-13 22:00:56 +02:00
utf8tab.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
winconfig.h Sync file headers 2024-02-06 14:13:00 +01:00
xmlparse.c Remove XML_DTD guards before is_param accesses 2024-08-22 13:38:04 +02:00
xmlrole.c Sync file headers 2024-02-06 14:13:00 +01:00
xmlrole.h Sync file headers 2024-02-06 14:13:00 +01:00
xmltok.c Sync file headers 2024-02-06 14:13:00 +01:00
xmltok.h Sync file headers 2024-02-06 14:13:00 +01:00
xmltok_impl.c Mass-apply clang-format 17.0.3 using ./apply-clang-format.sh 2023-10-20 23:49:51 +02:00
xmltok_impl.h fix typos (#655) 2022-09-26 00:26:04 +02:00
xmltok_ns.c Sync years in file headers 2022-01-13 23:45:22 +01:00