At 7:14 PM +0300 4/5/06, Kostik Belousov wrote:
On Wed, Apr 05, 2006 at 11:29:45AM -0400, Michael Butler wrote:
>
> Removing 'pcpu' stops it from dumping core,
This is result of MFC of rev. 1.73, 1.74 of bin/ps/keyword.c.
Try the following fix:
Index: bin/ps/keyword.c
============================
hp = strchr(p, '=');
if (hp)
*hp++ = '\0';
+ else
+ hp = p;
I have committed this change to -current. I'll see about
getting it into the stable branch asap. Thanks for
catching this.
--
Garance Alistair Drosehn = [EMAIL PROTECTED]
Senior Systems Programmer or [EMAIL PROTECTED]
Rensselaer Polytechnic Institute; Troy, NY; USA
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"