Opened 13 months ago
Closed 12 months ago
#5371 closed enhancement (fixed)
xz-5.4.5
Reported by: | Bruce Dubbs | Owned by: | Xi Ruoyao |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
Change History (3)
comment:1 by , 13 months ago
comment:2 by , 12 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 12 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed:
- r12.0-87-g7a72a22f9 Merge tag 'xry111/update-20231113' into trunk
- r12.0-79-g1780e72d8 udev: Fix a small typo in command
- r12.0-85-ge07c41946 Package updates
- r12.0-84-gd490056b6 perl: Use TEST_JOBS=$(nproc) make test_harness for test suite
- r12.0-83-g3a8d1825c openssl: Add HARNESS_JOBS=$(nproc)
- r12.0-82-gc17a77452 automake: Do not use only 4 cores for testing if we have more
- r12.0-81-g95ebbb42b chroot: Set MAKEFLAGS and TESTSUITEFLAGS for parallelism
- r12.0-80-ga0a803c0b settingenviron: Set MAKEFLAGS for parallelism in ~lfs/.bashrc
- r12.0-79-ge70bf8f4f hostreqs: Bump Coreutils minimal version to 8.1 and check for nproc
Note:
See TracTickets
for help on using tickets.
XZ Utils Release Notes
5.4.5 (2023-11-01)
__attribute__((__no_sanitize_address__))
to avoid address sanitization with CRC64 CLMUL. It uses 16-byte-aligned reads which can extend past the bounds of the input buffer and inherently trigger address sanitization errors. This isn't a bug.__attribute__((__constructor__))
is not supported.__attribute__((__constructor__))
is supported.