Module Name: src Committed By: riastradh Date: Wed Jul 6 00:40:28 UTC 2022
Modified Files: src/sys/uvm: uvm_mmap.c Log Message: mmap(2): Assert size != 0 in non-anonymous case. This is guaranteed by a test earlier; adding the assertion just makes it clearer that it applies to the branch where we call fo_mmap -- no functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182 src/sys/uvm/uvm_mmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.