Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2001 04:41:25 -0700 (PDT)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/banner banner.c
Message-ID:  <200110021141.f92BfQt95853@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2001/10/02 04:41:25 PDT

  Modified files:        (Branch: RELENG_4)
    usr.bin/banner       banner.c 
  Log:
  MFC: 1.12:
  
  Fixed the race caused by not checking the result of fgets(3):
  
  	/usr/bin/env MALLOC_OPTIONS=J banner </dev/null
  
  PR:		bin/29074
  
  Fixed the problem when banner(6) would eat last character:
  
  	echo -n a | banner
  
  Revision  Changes    Path
  1.7.2.4   +11 -4     src/usr.bin/banner/banner.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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