7286 Commits

Author SHA1 Message Date
Nick Wellnhofer
03be993ce5 Use memcpy to avoid pointer cast warnings 2025-03-05 12:24:38 +01:00
Nick Wellnhofer
d9ea76505d build: Restrict binary compatibility to 2.14
On ELF systems, this bumps the soname from libxml2.so.2 to
libxml2.so.16. For historic reasons, the last component is the sum of
major and minor version.
2025-03-04 18:00:24 +01:00
Nick Wellnhofer
f502e9b2f6 include: Add more deprecation warnings 2025-03-04 17:38:10 +01:00
Nick Wellnhofer
576411135f cmake: Add WITH_LEGACY dependencies 2025-03-04 17:38:10 +01:00
Nick Wellnhofer
85bd58ef56 globals: Remove functions related to global state handling
- xmlGetGlobalState
- xmlInitializeGlobalState
- xmlGetThreadId
- xmlIsMainThread
2025-03-04 17:38:10 +01:00
Nick Wellnhofer
03a8d5f93d unicode: Make Unicode functions private 2025-03-04 17:31:11 +01:00
Nick Wellnhofer
3d37ff84c3 globals: Also use global state struct if threads are disabled 2025-03-04 16:54:41 +01:00
Nick Wellnhofer
a15ad9b268 parser: Remove compatibility symbols 2025-03-04 16:54:41 +01:00
Nick Wellnhofer
8e871162a6 parser: Remove oldXMLWDcompatibility 2025-03-04 16:54:41 +01:00
Nick Wellnhofer
eed1a07d05 build: Remove version script 2025-03-04 16:54:41 +01:00
Nick Wellnhofer
cdc5cfed0b legacy: Remove legacy symbols 2025-03-04 16:54:05 +01:00
Nick Wellnhofer
3250a01dc2 error: Convert initGenericErrorDefaultFunc to macro 2025-03-04 16:53:59 +01:00
Nick Wellnhofer
c42b32277d parser: Convert inputPush and inputPop to macros 2025-03-04 16:53:28 +01:00
Nick Wellnhofer
361f7bff92 parser: Make nodePush, nodePop, namePush, namePop private 2025-03-04 16:47:14 +01:00
Nick Wellnhofer
0b27097a92 encoding: Rename unprefixed public functions 2025-03-04 16:46:53 +01:00
Nick Wellnhofer
66fdf94c55 cmake: Fix WITH_RELAXNG option
Dependent options must come after dependencies.
2025-03-03 10:12:18 +01:00
Nick Wellnhofer
a0f156fffb io: Fix compressed flag for uncompressed stdin
This could cause xmlstarlet to generate compressed output unexpectedly.

Regressed with a78843be. Should fix #869.
2025-03-02 13:22:56 +01:00
Nick Wellnhofer
05bd1720ce parser: Fix parsing of DTD content
Regressed in 2.11. Fixes #868.
2025-03-01 15:18:20 +01:00
Nick Wellnhofer
552864f109 Remove os400 port
This is based on an ancient version and completely outdated.
2025-03-01 15:18:20 +01:00
Nick Wellnhofer
e60f0712ea Update NEWS 2025-03-01 15:18:20 +01:00
Nick Wellnhofer
e50d314a27 build: Add separate configuration option for RELAX NG
Support for RELAX NG used to be enabled together with XML Schema support
(--with-schemas). Now there's a separate option and a new feature macro
LIBXML_RELAXNG_ENABLED.
2025-03-01 15:18:20 +01:00
Nick Wellnhofer
ce1b704e33 doc: Regenerate libxml2-api.xml 2025-02-25 20:09:36 +01:00
Nick Wellnhofer
6ab430ca2e Remove unnecessary #includes 2025-02-22 21:55:58 +01:00
Nick Wellnhofer
7ae8e8ac7d schemas: Make xmlSchemaDump depend on DEBUG_ENABLED 2025-02-22 21:06:34 +01:00
Nick Wellnhofer
6fc260760a regexp: Hide debugging code behind DEBUG_REGEXP
xmlRegexpPrint is now a deprecated no-op.
2025-02-22 20:55:06 +01:00
Florin Haja
4649f28f77 xmlregexp: add support for compact form of automata in xmlRegexpPrint 2025-02-22 19:29:07 +00:00
Nick Wellnhofer
c82270a9a7 regexp: Avoid dangling start/stop pointers in atom
States could be eliminated later, so set start/stop pointers to NULL
after they're used in xmlFAGenerateTransitions.
2025-02-22 18:55:43 +01:00
Nick Wellnhofer
5ed4eafd8a html: Don't invoke SAX callbacks if parser was stopped 2025-02-22 14:52:47 +01:00
Nick Wellnhofer
6dfa68ac7f SAX2: Fix ctxt->nodemem check
In some error cases and maybe other situations, nodemem can have a
value of -1.
2025-02-22 14:52:47 +01:00
Nick Wellnhofer
73514f2d2e gitlab-ci: Stop downloading and installing CMake for MSVC
CMake should already be installed.
2025-02-20 18:50:58 +01:00
Jan Alexander Steffens (heftig)
064a02114a meson: Fix Python module build 2025-02-20 13:53:25 +01:00
Jan Alexander Steffens (heftig)
c2e2d76211 python: Pass destination dir to generator.py
Simplify usage across build systems.
2025-02-20 13:53:25 +01:00
Jan Alexander Steffens (heftig)
82fb5caee5 meson: Use project_name instead of 'libxml2' 2025-02-20 13:53:25 +01:00
Nick Wellnhofer
e649c97246 fuzz: Add utility scripts
Add scripts to minimize a corpus and generate HTML coverage reports.
2025-02-20 12:22:12 +01:00
Nick Wellnhofer
63dfcca670 fuzz: Reduce initial array size 2025-02-20 12:22:12 +01:00
Nick Wellnhofer
6f903d434f fuzz: Rework fixed parser options
Remove XML_PARSE_XINCLUDE. This is only honored by the XML Reader
interface which is now fuzzed in reader.c.

Don't validate in XInclude fuzzer. This doesn't increase coverage after
moving the Reader fuzzer.
2025-02-20 12:22:12 +01:00
Nick Wellnhofer
44628d4559 fuzz: Harden leak check in lint fuzzer
Check for undetected memory leaks from previous iterations. This also
makes sure that the maxmem limit is checked deterministically.
2025-02-20 12:22:12 +01:00
Nick Wellnhofer
c6c6d8afef fuzz: Mutate fuzz data chunks separately
Implement a custom mutator that takes a list of fixed-size chunks which
are mutated with a given probability. This makes sure that values like
parser options or failure position are mutated regularly even as the
fuzz data grows large. Values can also be adjusted temporarily to make
the fuzzer focus on failure injection, for example.

Thanks to David Kilzer for the idea.
2025-02-20 12:22:12 +01:00
Nick Wellnhofer
f5257d92bf fuzz: Fix failure injection in schema fuzzer 2025-02-20 12:10:50 +01:00
Nick Wellnhofer
fd359a7e49 fuzz: Start to fuzz XML Schema validator 2025-02-20 11:35:47 +01:00
Nick Wellnhofer
9f86dae989 test: Add test case for UAF in xmlSchemaIDCFillNodeTables 2025-02-20 11:35:47 +01:00
Himanshibansal
fe7f835f32 Fix C4296 warning: Resolve comparison of unsigned int with 0 2025-02-20 10:24:50 +00:00
Nick Wellnhofer
b8234e8c73 html: Fix check for partial named character references
Digits are allowed after the first character.
2025-02-19 12:53:32 +01:00
Nick Wellnhofer
f68c70d298 html: Remove htmlSaveErr
This function is useless now.
2025-02-19 12:27:26 +01:00
Nick Wellnhofer
0315ac9390 html: Handle error from htmlFindOutputEncoder 2025-02-19 12:27:26 +01:00
Nick Wellnhofer
22ada0a0bf tests: Look for xmlconf in source directory
Add -d option to runxmlconf for automake.

Fix extraction of xmlconf.tar.gz on Windows.

Make runxmlconf work with Meson CI.
2025-02-18 23:55:28 +01:00
Nick Wellnhofer
aedc1f3d14 gitlab-ci: Run meson tests verbosely 2025-02-18 23:15:20 +01:00
Nick Wellnhofer
9037dce918 fuzz: Add dictionary for lint fuzzer
Mostly a combination of xml.dict and xpath.dict. This should with
fuzzing pattern.c.
2025-02-18 19:38:28 +01:00
Nick Wellnhofer
51622c058e doc: Update release instructions 2025-02-18 17:27:16 +01:00
Nick Wellnhofer
8c8753ad52 [CVE-2025-24928] Fix stack-buffer-overflow in xmlSnprintfElements
Fixes #847.
2025-02-18 15:07:51 +01:00