Page MenuHomeFreeBSD

Fix compat32 on mips64
ClosedPublic

Authored by jhibbits on Sep 25 2020, 4:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 19, 9:04 PM
Unknown Object (File)
Sat, Dec 7, 9:02 AM
Unknown Object (File)
Tue, Nov 26, 8:07 PM
Unknown Object (File)
Tue, Nov 26, 3:24 PM
Unknown Object (File)
Nov 23 2024, 6:47 PM
Unknown Object (File)
Nov 22 2024, 11:32 PM
Unknown Object (File)
Oct 17 2024, 9:43 PM
Unknown Object (File)
Oct 6 2024, 3:26 AM
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