NetBSD-Bugs archive

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

PR/48827 CVS commit: src/lib/libcurses



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

From: "Brett Lymn" <blymn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48827 CVS commit: src/lib/libcurses
Date: Sun, 13 Jul 2014 01:58:08 +0000

 Module Name:   src
 Committed By:  blymn
 Date:          Sun Jul 13 01:58:08 UTC 2014
 
 Modified Files:
        src/lib/libcurses: addnstr.c
 
 Log Message:
 Remove bogus length check - SUSV2 says add(n)str wraps and performs
 special character processing so we should not be trying to limit the
 length to the screen edge.  This partially fixes PR 48827, the test case
 works now.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.13 -r1.14 src/lib/libcurses/addnstr.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