NetBSD-Bugs archive

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

PR/55433 CVS commit: src/lib/libcurses



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

From: "Brett Lymn" <blymn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55433 CVS commit: src/lib/libcurses
Date: Mon, 15 Nov 2021 06:27:06 +0000

 Module Name:	src
 Committed By:	blymn
 Date:		Mon Nov 15 06:27:06 UTC 2021
 
 Modified Files:
 	src/lib/libcurses: ins_wstr.c
 
 Log Message:
 Fix for PR lib/55433
 
 Correct the behaviour for ins_wstr:
 * Properly check the string will fit by processing any special
   characters present when preforming the check.
 * Simplify the routine by removing code that duplicates the code in
   _cursesi_addwchar and just call _cursesi_addwchar.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 src/lib/libcurses/ins_wstr.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