Page MenuHomeFreeBSD

D35781.id108045.diff
No OneTemporary

D35781.id108045.diff

Index: sys/vm/vm_map.c
===================================================================
--- sys/vm/vm_map.c
+++ sys/vm/vm_map.c
@@ -5062,7 +5062,7 @@
if (vm_map_lock_upgrade(map))
goto RetryLookup;
entry->object.vm_object = vm_object_allocate_anon(atop(size),
- NULL, entry->cred, entry->cred != NULL ? size : 0);
+ NULL, entry->cred, size);
entry->offset = 0;
entry->cred = NULL;
vm_map_lock_downgrade(map);

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 12:58 PM (4 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33084165
Default Alt Text
D35781.id108045.diff (441 B)

Event Timeline