You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't let a mismatch AT_SYSINFO_EHDR image preclude use of AUX values. (#1484)
* Don't let a mismatch AT_SYSINFO_EHDR image preclude use of AUX values.
If the ELF image pointed to by the `AT_SYSINFO_EHDR` AUX record doesn't
match the architecture rustix is compiled for, don't use it, but do
continue to use the rest of the AUX fields.
Fixes#1465.
* Fix a warning.
0 commit comments