Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 1996 10:49:47 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/stdio refill.c
Message-ID:  <199608131749.KAA29965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/08/13 10:49:46

  Modified:    lib/libc/stdio  refill.c
  Log:
  Fix nasty bracketing/precedence bug.  Every time something read (and
  refilled) a file that was either line- or un-buffered, all files were
  flushed.  According to the code comment, the flush (according to ANSI)
  is supposed to happen on write + line buffered output files, not _all_
  files.
  
  Obtained from: OpenBSD / Theo de Raadt, possibly from proven@cygnus.com
  
  Revision  Changes    Path
  1.4       +2 -2      src/lib/libc/stdio/refill.c



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