CVS commit: src/sys/uvm
"YAMAMOTO Takashi" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yamt Date: Tue Mar 17 02:07:32 UTC 2026 Modified Files: src/sys/uvm: uvm_mmap.c Log Message: uvm_mmap.c: fix overflow check this is my best guess of the intention of the original code, where "*addr + *size < *addr" seems always false because "*size" is 0. To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 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.