#18026 closed enhancement (fixed)
libxslt-1.1.38
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (5)
comment:2 by , 2 years ago
I've installed it on my system and at least the LFS and BLFS books can be rendered fine.
comment:3 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commit 665cb6c9c109a0597e8f0f7ee02aca3f197d7212
Note:
See TracTickets
for help on using tickets.
Major changes
About 40 memory errors in code paths handling malloc failures have been fixed. While these issues shouldn't impact security, this improves robustness under memory pressure.
The result of generate-id() is now deterministic across multiple transformations fixing many issues with reproducible builds.
Most of the test suite has been ported to C.
Bug fixes
Improvements
const char**
array (David Kilzer)Build system
Tests
Documentation