NetBSD-Bugs archive

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

PR/23910 CVS commit: src/lib/libcurses



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

From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/23910 CVS commit: src/lib/libcurses
Date: Wed, 11 Mar 2020 21:33:38 +0000

 Module Name:	src
 Committed By:	roy
 Date:		Wed Mar 11 21:33:38 UTC 2020
 
 Modified Files:
 	src/lib/libcurses: initscr.c
 
 Log Message:
 curses: application should exit if initscr(3) fails
 
 POSIX defines this behaviour here:
 https://pubs.opengroup.org/onlinepubs/7908799/xcurses/initscr.html
 
 Partial fix for PR lib/23910
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.33 -r1.34 src/lib/libcurses/initscr.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