mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 21:52:51 -04:00
When trapping on a wrote access to a buffer the kernel has mapped as write only we should only pass the VM_PROT_WRITE flag. Previously the call to vm_fault_trap as the VM_PROT_READ flag was unexpected. Reported by: manu Sponsored by: Innovate UK |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.depend | ||
| mlock_test.c | ||
| mmap_test.c | ||
| page_fault_signal.c | ||