Add a local variable initialization needed in the OBJT_DEFAULT case.
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D2992
This commit is contained in:
parent
e6e979f5d0
commit
010ba3842c
@ -1414,6 +1414,7 @@ vm_mmap(vm_map_t map, vm_offset_t *addr, vm_size_t size, vm_prot_t prot,
|
||||
return (EINVAL);
|
||||
|
||||
size = round_page(size);
|
||||
object = NULL;
|
||||
writecounted = FALSE;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user