Bug 19810

Summary: i4b isdntel core-dumping if screen cols<80 or lines<25
Product: Base System Reporter: nimrodm <nimrodm>
Component: binAssignee: hm
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   

Description nimrodm 2000-07-09 22:20:03 UTC
	isdntel uses a curses based interface. The program
	core-dumps (segmentation violation) if the terminal
	does not have enough lines or columns. The correct
	action should be clean exit with an error displayed.

Fix: 

/usr/src/usr.sbin/i4b/isdntel/display.c, line 53 is currently
	fatal(0, "ERROR, minimal screensize must ...continued...
	and should be changed to:
	fatal("ERROR, minimal screensize must ... continued ...
How-To-Repeat: 
	Create a small xterm and run isdntel.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-10 14:36:41 UTC
Responsible Changed
From-To: freebsd-bugs->hm

Over to the i4b maintainer.
Comment 2 hm freebsd_committer freebsd_triage 2000-07-19 09:27:36 UTC
State Changed
From-To: open->analyzed


the problem is fixed in the i4b development tree which 
will be committed to -current asap.
Comment 3 hm freebsd_committer freebsd_triage 2000-10-09 21:04:42 UTC
State Changed
From-To: analyzed->closed

This problem is solved with the recent commit of i4b 0.95 to -current