NetBSD-Bugs archive

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

PR/44788 CVS commit: src/sys/uvm



The following reply was made to PR kern/44788; it has been noted by GNATS.

From: "Chuck Silvers" <chs%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44788 CVS commit: src/sys/uvm
Date: Sat, 21 Jan 2012 16:51:38 +0000

 Module Name:   src
 Committed By:  chs
 Date:          Sat Jan 21 16:51:38 UTC 2012
 
 Modified Files:
        src/sys/uvm: uvm_map.h
 
 Log Message:
 fix UVM_MAP_CLIP_* to only clip if the clip address is within the entry
 (which would only not be true if the clip address is at one of the boundaries
 of the entry).  fixes PR 44788.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.68 -r1.69 src/sys/uvm/uvm_map.h
 
 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