Page MenuHomeFreeBSD

Fix PowerPC64 ELFv2 checks in PCRE JIT.
ClosedPublic

Authored by bdragon on Dec 19 2018, 1:32 AM.
Referenced Files
Unknown Object (File)
Jan 4 2024, 11:42 AM
Unknown Object (File)
Dec 22 2023, 11:09 PM
Unknown Object (File)
Dec 18 2023, 7:15 AM
Unknown Object (File)
Oct 28 2023, 11:02 PM
Unknown Object (File)
Oct 1 2023, 7:52 AM
Unknown Object (File)
Jun 15 2023, 7:08 PM
Unknown Object (File)
Jun 3 2023, 7:49 AM
Unknown Object (File)
Apr 21 2023, 2:41 PM
Subscribers
None

Details

Reviewers
krion
linimon
Summary

Currently, PowerPC64 ELFv2 pcre1 is crashing in the JIT code due to a misdetection of all PPC64 big endian as ELFv1.

Patch is submitted upstream as https://bugs.exim.org/show_bug.cgi?id=2353

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 21637
Build 20930: arc lint + arc unit

Event Timeline

bdragon retitled this revision from Fix ELFv2 checks in PCRE JIT. to Fix PowerPC64 ELFv2 checks in PCRE JIT..Dec 19 2018, 1:34 AM
bdragon set the repository for this revision to rP FreeBSD ports repository.
bdragon added a project: PowerPC.
bdragon added reviewers: krion, linimon.

The patch has been accepted upstream.

These patches no longer apply after the new version was updated by r495582. It appears that they are now OBE. So, this DR may now be closed.

This revision is now accepted and ready to land.May 27 2019, 6:02 PM