Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 06/18/1999 23:52:23
Module Name:	basesrc
Committed By:	cgd
Date:		Sat Jun 19 06:52:23 UTC 1999

Modified Files:
	basesrc/distrib/utils/sysinst: main.c

Log Message:
initialize the menu systerm before setting up the message window.  Then
use stdscr's maxx and maxy to set up the message window rather than hard
coding 78 and 22, respectively.  The latter, combined with large messages
and a relatively small screen (and perhaps badly-placed menus), would seem
to cause the SEGVs reported in PR#7806.  (For certain window sizes, the
menu system would reject the menus as too small, but for others sysinst
would just crash.)


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/distrib/utils/sysinst/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.