Commit 25ae533b3e9be084e5eaa9089bd0c79104fdd06c

Nick Wellnhofer 2025-02-17T11:27:30

xmllint: Fix SIGBUS with --memory option If the input file size is a multiple of page size, the byte after the file's content is on a new page and accessing it will lead to SIGBUS. Remove XML_INPUT_BUF_ZERO_TERMINATED hint for mmapped files. Regressed with a221cd78. Fixes #864.