Date: Sat, 9 Aug 1997 05:54:45 -0700 (PDT) From: jmr@ugcs.caltech.edu To: freebsd-gnats-submit@FreeBSD.ORG Subject: bin/4253: "ps o =" seg faults Message-ID: <199708091254.FAA22931@hub.freebsd.org> Resent-Message-ID: <199708091300.GAA23079@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 4253
>Category: bin
>Synopsis: "ps o =" seg faults
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Aug 9 06:00:01 PDT 1997
>Last-Modified:
>Originator: Jesse Rosenstock
>Organization:
>Release: 2.2-STABLE
>Environment:
FreeBSD tla.aa.net 2.2-STABLE FreeBSD 2.2-STABLE #0: Wed Jul 2 22:44:16 PDT 1997 jmr@tla.caltech.edu:/usr/src/sys/compile/TLA i386
>Description:
"ps o =" seg faults
>How-To-Repeat:
ps o =
>Fix:
*** keyword.c.orig Sat Aug 9 05:44:10 1997
--- keyword.c Sat Aug 9 05:44:36 1997
***************
*** 345,352 ****
if (!v) {
warnx("%s: keyword not found", p);
eval = 1;
! }
! if (hp)
v->header = hp;
return (v);
}
--- 345,351 ----
if (!v) {
warnx("%s: keyword not found", p);
eval = 1;
! } else if (hp)
v->header = hp;
return (v);
}
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708091254.FAA22931>
