Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-11] src/sys/uvm



Module Name:    src
Committed By:   martin
Date:           Fri Apr  3 12:07:56 UTC 2026

Modified Files:
        src/sys/uvm [netbsd-11]: uvm_mmap.c

Log Message:
Pull up following revision(s) (requested by yamt in ticket #238):

        sys/uvm/uvm_mmap.c: revision 1.188

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.186 -r1.186.2.1 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.




Home | Main Index | Thread Index | Old Index