From owner-cvs-usrbin Fri Mar 7 03:04:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA03422 for cvs-usrbin-outgoing; Fri, 7 Mar 1997 03:04:11 -0800 (PST) Received: (from yokota@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA03415; Fri, 7 Mar 1997 03:04:08 -0800 (PST) Date: Fri, 7 Mar 1997 03:04:08 -0800 (PST) From: Kazutaka YOKOTA Message-Id: <199703071104.DAA03415@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/who who.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 97/03/07 03:04:06 Modified: usr.bin/who who.c Log: Made sure the string formated by strftime() is properly null-terminated. Fixed a wrong if statement which should test a string is empty where in fact it tested the string pointer was NULL. Should go to RELENG_2_1 and RELENG_2_2. Reviewed by guido@freebsd.org. Revision Changes Path 1.4 +2 -1 src/usr.bin/who/who.c