Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148331542
D22678.id65237.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
344 B
Referenced Files
None
Subscribers
None
D22678.id65237.diff
View Options
Index: head/sys/vm/vm_map.c
===================================================================
--- head/sys/vm/vm_map.c
+++ head/sys/vm/vm_map.c
@@ -2467,7 +2467,7 @@
psize = atop(size);
if (psize + pindex > object->size) {
- if (object->size < pindex) {
+ if (pindex >= object->size) {
VM_OBJECT_RUNLOCK(object);
return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 18, 5:19 AM (1 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29883055
Default Alt Text
D22678.id65237.diff (344 B)
Attached To
Mode
D22678: Fix an off-by-one in vm_map_pmap_enter().
Attached
Detach File
Event Timeline
Log In to Comment