Subject: Re: lib/32065 (crash in libcurses)
To: None <lib-bug-people@netbsd.org, netbsd-bugs@netbsd.org,>
From: None <rtr@netbsd.org>
List: netbsd-bugs
Date: 03/25/2006 05:15:09
Synopsis: crash in libcurses

State-Changed-From-To: open->closed
State-Changed-By: rtr@netbsd.org
State-Changed-When: Sat, 25 Mar 2006 05:15:08 +0000
State-Changed-Why:

This is not a bug in NetBSD's libcurses.  It is a result of nano not checking
the return from libcurses initscr() call for failure as it should.  Since the
value of TERM is bogus initscr() fails appropriately.