From ylo@ssh.fi  Tue May 14 07:38:19 1996
Received: from muuri.ssh.fi (acr.innopoli.fi [194.100.8.234])
          by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA13982
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 May 1996 07:38:01 -0700 (PDT)
Received: from pilari.ssh.fi (pilari.ssh.fi [192.168.2.1]) by muuri.ssh.fi (8.7.5/8.7.3) with ESMTP id RAA02751 for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 May 1996 17:37:51 +0300 (EET DST)
Received: (from ylo@localhost) by pilari.ssh.fi (8.7.5/8.7.3) id RAA17084; Tue, 14 May 1996 17:37:40 +0300 (EET DST)
Message-Id: <199605141437.RAA17084@pilari.ssh.fi>
Date: Tue, 14 May 1996 17:37:40 +0300 (EET DST)
From: Tatu Ylonen <ylo@ssh.fi>
Reply-To: ylo@ssh.fi
To: FreeBSD-gnats-submit@freebsd.org
Subject: nice core dumps
X-Send-Pr-Version: 3.2

>Number:         1203
>Category:       bin
>Synopsis:       nice core dumps
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 14 07:40:04 PDT 1996
>Closed-Date:    Thu May 16 03:56:54 PDT 1996
>Last-Modified:  Thu May 16 04:30:04 PDT 1996
>Originator:     Tatu Ylonen
>Release:        FreeBSD 2.1-STABLE i386
>Organization:
SSH Communications Security
>Environment:

pilari (17:35) ~>uname -a
FreeBSD pilari.ssh.fi 2.1.0-RELEASE FreeBSD 2.1.0-RELEASE #0: Thu May  9 19:37:16 EET DST 1996     snabb@pilari.ssh.fi:/usr/src/sys/compile/SSHGEN  i386
pilari (17:35) ~>

>Description:

The "nice" program core dumps when run without arguments.

>How-To-Repeat:

pilari (17:36) ~>nice
zsh: 17051 segmentation fault (core dumped)  nice
pilari (17:36) ~>
pilari (17:36) ~>which nice
/usr/bin/nice
pilari (17:36) ~>

>Fix:
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wosch 
State-Changed-When: Thu May 16 03:56:54 PDT 1996 
State-Changed-Why:  


---------------------------- 
revision 1.2 
date: 1995/12/10 15:33:00;  author: joerg;  state: Exp;  lines: +2 -0 
Check the # of arguments, instead of silently dumping core. 
---------------------------- 
---------------------------- 
revision 1.1.1.1.6.1 
date: 1995/12/11 23:00:36;  author: joerg;  state: Exp;  lines: +2 -0 
Move over the fix from 2.2-current for nice(1) dumping core when faced 
with no command arguments at all. 
============================================================================= 

From: J Wunsch <j@uriah.heep.sax.de>
To: ylo@ssh.fi
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: bin/1203: nice core dumps
Date: Thu, 16 May 1996 12:58:12 +0200 (MET DST)

 As Tatu Ylonen wrote:
 
 > The "nice" program core dumps when run without arguments.
 
 This has already been fixed.
 -- 
 cheers, J"org
 
 joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
 Never trust an operating system you don't have sources for. ;-)

From: Wolfram Schneider <wosch@campa.panke.de>
To: ylo@ssh.fi
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: bin/1203: nice core dumps
Date: Thu, 16 May 1996 12:51:29 +0200

 Fixed in -current and -stable.
 
 Wolfram
 
 ----------------------------
 revision 1.2
 date: 1995/12/10 15:33:00;  author: joerg;  state: Exp;  lines: +2 -0
 Check the # of arguments, instead of silently dumping core.
 ----------------------------
 revision 1.1.1.1.6.1
 date: 1995/12/11 23:00:36;  author: joerg;  state: Exp;  lines: +2 -0
 Move over the fix from 2.2-current for nice(1) dumping core when faced
 with no command arguments at all.
 =============================================================================
 
 
 Tatu Ylonen writes:
 >
 >>Number:         1203
 >>Category:       bin
 >>Synopsis:       nice core dumps
 >>Confidential:   no
 >>Severity:       non-critical
 >>Priority:       medium
 >>Responsible:    freebsd-bugs
 >>State:          open
 >>Class:          sw-bug
 >>Submitter-Id:   current-users
 >>Arrival-Date:   Tue May 14 07:40:04 PDT 1996
 >>Last-Modified:
 >>Originator:     Tatu Ylonen
 >>Organization:
 >SSH Communications Security
 >>Release:        FreeBSD 2.1-STABLE i386
 >>Environment:
 >
 >pilari (17:35) ~>uname -a
 >FreeBSD pilari.ssh.fi 2.1.0-RELEASE FreeBSD 2.1.0-RELEASE #0: Thu May  9 19:37:16 EET DST 1996     snabb@pilari.ssh.fi:/usr/src/sys/compile/SSHGEN  i386
 >pilari (17:35) ~>
 >
 >>Description:
 >
 >The "nice" program core dumps when run without arguments.
 >
 >>How-To-Repeat:
 >
 >pilari (17:36) ~>nice
 >zsh: 17051 segmentation fault (core dumped)  nice
 >pilari (17:36) ~>
 >pilari (17:36) ~>which nice
 >/usr/bin/nice
 >pilari (17:36) ~>
 >
 >>Fix:
 >	
 >
 >
 >>Audit-Trail:
 >>Unformatted:

From: Alex Nash <nash@mcs.net>
To: Tatu Ylonen <ylo@ssh.fi>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: bin/1203: nice core dumps
Date: Thu, 16 May 1996 06:22:06 -0500 (CDT)

 > >Description:
 > 
 > The "nice" program core dumps when run without arguments.
 
 This is already fixed in -stable:
 
   1.1.1.1.6.1 Mon Dec 11 23:00:36 1995 by joerg 
   Branch: RELENG_2_1_0
   Diffs to 1.1.1.1 ; Diffs to 1.2 
 
   Move over the fix from 2.2-current for nice(1) dumping core when faced
   with no command arguments at all.
 
 Alex
>Unformatted:
