created | 2019-06-22T11:25:03Z |
---|---|
begin | 2019-06-19T00:00:00Z |
end | 2019-06-20T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2019-06-19T08:00:17Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/arm64/copy.S | log | diff | annotate |
src/sys/arch/arm64/arm64/copystr.S | log | diff | annotate | |
message |
Add checks to copyin(9), copyout(9), copyinstr(9) and copyoutstr(9) to make sure that we don't even attempt to access user-provided addresses that look like kernel space. ok kettenis@ |
date | 2019-06-19T16:55:51Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/kern_unveil.c | log | diff | annotate |
src/sys/kern/vfs_syscalls.c | log | diff | annotate | |
src/sys/sys/pledge.h | log | diff | annotate | |
message |
the pledge STATLIE code is no longer needed, as discussed with beck. it actually isn't reached... |