CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/24 11:07:50
Modified files:
sys/uvm : uvm_mmap.c
Log message:
Use mallocarray() rather than malloc(a * b)
This can't overflow but it smells bad.
ok deraadt
CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/24 11:07:50
Modified files:
sys/uvm : uvm_mmap.c
Log message:
Use mallocarray() rather than malloc(a * b)
This can't overflow but it smells bad.
ok deraadt