Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 1997 03:04:08 -0800 (PST)
From:      Kazutaka YOKOTA <yokota>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/who who.c
Message-ID:  <199703071104.DAA03415@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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