Page MenuHomeFreeBSD

Fix compat32 on mips64
ClosedPublic

Authored by jhibbits on Sep 25 2020, 4:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 17 2025, 12:37 AM
Unknown Object (File)
Sep 13 2025, 12:46 AM
Unknown Object (File)
Sep 5 2025, 5:29 PM
Unknown Object (File)
Sep 5 2025, 7:41 AM
Unknown Object (File)
Sep 3 2025, 10:22 AM
Unknown Object (File)
Aug 1 2025, 9:15 PM
Unknown Object (File)
Jul 7 2025, 10:08 AM
Unknown Object (File)
Jul 6 2025, 7:37 PM
Subscribers

Details

Reviewers
adrian
brooks
Group Reviewers
MIPS
Commits
rS366162: Fix compat32 on mips64
Summary

Two bugs:

  • Elf32_Auxinfo is broken, using pointers in the union, which are 64-bits not 32.
  • freebsd32_sysarch() doesn't update the 'user local' register when handling MIPS_SET_TLS, leading to a NULL pointer dereference in the 32-bit application.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable