artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb7a374
)
oops, a silly typo
author
deraadt
<deraadt@openbsd.org>
Tue, 24 Jan 2023 00:16:08 +0000
(
00:16
+0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 24 Jan 2023 00:16:08 +0000
(
00:16
+0000)
sys/uvm/uvm_map.c
patch
|
blob
|
history
diff --git
a/sys/uvm/uvm_map.c
b/sys/uvm/uvm_map.c
index
95a7fb2
..
f99ac26
100644
(file)
--- a/
sys/uvm/uvm_map.c
+++ b/
sys/uvm/uvm_map.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: uvm_map.c,v 1.30
6 2023/01/24 00:14:30
deraadt Exp $ */
+/* $OpenBSD: uvm_map.c,v 1.30
7 2023/01/24 00:16:08
deraadt Exp $ */
/* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */
/*
@@
-4471,7
+4471,7
@@
uvm_map_extract(struct vm_map *srcmap, vaddr_t start, vsize_t len,
kernel_map->size += cp_len;
if (flags & UVM_EXTRACT_FIXPROT)
newentry->protection = newentry->max_protection &
- ~PROT_
MAX
;
+ ~PROT_
EXEC
;
/*
* Step 2: perform pmap copy.