Remove duplicated SV_ASLR from the elf flags.
Reported by: lattera
This commit is contained in:
parent
cf7c062932
commit
8bbe6af949
@ -86,7 +86,7 @@ struct sysentvec elf32_freebsd_sysvec = {
|
||||
.sv_maxssiz = NULL,
|
||||
.sv_flags =
|
||||
SV_ASLR | SV_SHP | SV_TIMEKEEP | SV_RNG_SEED_VER |
|
||||
SV_ABI_FREEBSD | SV_ILP32 | SV_ASLR,
|
||||
SV_ABI_FREEBSD | SV_ILP32,
|
||||
.sv_set_syscall_retval = cpu_set_syscall_retval,
|
||||
.sv_fetch_syscall_args = cpu_fetch_syscall_args,
|
||||
.sv_syscallnames = syscallnames,
|
||||
|
Loading…
Reference in New Issue
Block a user