From nimrodm@bezeqint.net  Sun Jul  9 14:11:57 2000
Return-Path: <nimrodm@bezeqint.net>
Received: from mail.bezeqint.net (mail-a.bezeqint.net [192.115.106.23])
	by hub.freebsd.org (Postfix) with ESMTP id 21C9A37C0CF
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  9 Jul 2000 14:11:56 -0700 (PDT)
	(envelope-from nimrodm@bezeqint.net)
Received: from bsd.net.il ([212.179.170.16])
 by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10)
 with ESMTP id <0FXG002L4862BJ@mail.bezeqint.net> for
 FreeBSD-gnats-submit@freebsd.org; Mon, 10 Jul 2000 00:10:50 +0300 (IDT)
Received: (from nimrodm@localhost) by localhost.my.domain (8.9.3/8.9.3)
 id AAA08051; Fri, 23 Jun 2000 00:13:59 +0300 (IDT envelope-from nimrodm)
Message-Id: <200006222113.AAA08051@localhost.my.domain>
Date: Fri, 23 Jun 2000 00:13:59 +0300 (IDT)
From: nimrodm@email.com
Sender: nimrodm@bezeqint.net
Reply-To: nimrodm@email.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: i4b isdntel core-dumping if screen cols<80 or lines<25
X-Send-Pr-Version: 3.2

>Number:         19810
>Category:       bin
>Synopsis:       i4b isdntel core-dumping if screen cols<80 or lines<25
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 09 14:20:03 PDT 2000
>Closed-Date:    Mon Oct 9 13:04:42 PDT 2000
>Last-Modified:  Mon Oct 09 13:05:25 PDT 2000
>Originator:     Nimrod Mesika
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
none
>Environment:

	I4B used as an answering machine.

>Description:

	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.

>How-To-Repeat:

	Create a small xterm and run isdntel.

>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 ...


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->hm 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Mon Jul 10 06:36:41 PDT 2000 
Responsible-Changed-Why:  
Over to the i4b maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19810 
State-Changed-From-To: open->analyzed  
State-Changed-By: hm 
State-Changed-When: Wed Jul 19 01:27:36 PDT 2000 
State-Changed-Why:  

the problem is fixed in the i4b development tree which 
will be committed to -current asap. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19810 
State-Changed-From-To: analyzed->closed 
State-Changed-By: hm 
State-Changed-When: Mon Oct 9 13:04:42 PDT 2000 
State-Changed-Why:  
This problem is solved with the recent commit of i4b 0.95 to -current 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19810 
>Unformatted:
