created | 2022-11-23T16:30:25Z |
---|---|
begin | 2022-11-18T00:00:00Z |
end | 2022-11-19T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2022-11-18T03:47:21Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/mips64/mips64/trap.c | log | diff | annotate |
message |
mips64 code calls uvm_map_protect() directly, so needs to adapt: stack growth from setrlimit was never updated to set UVM_ET_STACK on the entries, so the check-sp-at-system-call check failed. Quite strange it took this long to find this. ok kettenis |