NetBSD-Bugs archive

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

PR/42312 CVS commit: src/sys/kern



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

From: David Laight <dsl%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42312 CVS commit: src/sys/kern
Date: Fri, 13 Nov 2009 19:15:24 +0000

 Module Name:   src
 Committed By:  dsl
 Date:          Fri Nov 13 19:15:24 UTC 2009
 
 Modified Files:
        src/sys/kern: tty_subr.c
 
 Log Message:
 Fix clrbits() so that it doesn't mask no bits out of the byte after the
 range (when the last bit to be cleared is the msb of a byte).
 Fixes PR/42312 in a slightly better way than proposed.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.37 -r1.38 src/sys/kern/tty_subr.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