Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 1995 07:18:28 -0800
From:      David Greenman <davidg@Root.COM>
To:        Vitaly Zubok <vit@elvisti.kiev.ua>
Cc:        bugs@freebsd.org
Subject:   Re: FBSD 2.1 sh bug 
Message-ID:  <199512271518.HAA00597@corbin.Root.COM>
In-Reply-To: Your message of "Tue, 26 Dec 95 16:33:27 %2B0200." <199512261433.QAA09226@office.elvisti.kiev.ua> 

next in thread | previous in thread | raw e-mail | index | archive | help
>Command 
>
>	cat file | > file2
>
>makes sh to exit on signal 11

   Are you absolutely, 100% positive that the above occurs with FreeBSD 2.1.0-
RELEASE?
   I ask this because I fixed the above bug long before the release:


symbolic names:
        RELENG_2_1_0_RELEASE: 1.3.4.1
...
----------------------------
revision 1.4
date: 1995/09/20 08:30:56;  author: davidg;  state: Exp;  lines: +3 -2
Don't dereference a NULL pointer in the case of a null pipe.
e.g.:
ls |> foo.out

sh now behaves the same as it does under SunOS 4.x for this case.
----------------------------
...
revision 1.3.4.1
date: 1995/09/20 08:34:47;  author: davidg;  state: Exp;  lines: +3 -2
Brought in change from rev 1.4: don't dereference a NULL pointer in null
pipes.
----------------------------


-DG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512271518.HAA00597>