NetBSD-Bugs archive

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

PR/33521 CVS commit: src/libexec/getty



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

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/33521 CVS commit: src/libexec/getty
Date: Sun, 13 Apr 2008 02:38:01 +0000 (UTC)

 Module Name:   src
 Committed By:  dholland
 Date:          Sun Apr 13 02:38:01 UTC 2008
 
 Modified Files:
        src/libexec/getty: main.c
 
 Log Message:
 '_' is functionally alphanumeric in many contexts, including login names.
 Since it doesn't have case, treat it like a digit. While here, avoid
 setting the associated flag variable by incrementing it.
 Fixes PR bin/33521; patch based on one from Dieter Roelants.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.54 -r1.55 src/libexec/getty/main.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