Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 1995 12:37:34 +0200
From:      "Timo J. Rinne" <tri@pooh.tky.hut.fi>
To:        freebsd-bugs@freebsd.org
Subject:   [current] bug in /bin/sh
Message-ID:  <199510091037.MAA04586@pooh.tky.hut.fi>

next in thread | raw e-mail | index | archive | help
Something seems to be wrong in options.c of /bin/sh in current.
Sorry, I don't have time to debug it further at this time.

104.pooh:tri> cat xxx
echo "$0"
105.pooh:tri> (export ENV=xxx ; sh )
/usr/src/bin/sh/obj/sh
$ ^D
106.pooh:tri> (export ENV=xxx ; /usr/src/bin/sh/obj/sh -c ls )
Memory fault in expand.c (varvalue())

121.pooh:sh> grep '\$Id' options.c expand.c
options.c: *    $Id: options.c,v 1.5 1995/10/01 15:11:42 joerg Exp $
expand.c: *     $Id: expand.c,v 1.4 1995/05/30 00:07:13 rgrimes Exp $

-- 
  Timo J. Rinne,   E-mail: tri@iki.fi
  WWW  : http://www.iki.fi/tri/

Hi! I am a .signature virus. Copy me into your .signature to join in!

                   *** PGP 2.3 public key available ***



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