Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2009 22:52:52 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/gzip unbzip2.c
Message-ID:  <200911162253.nAGMr3w2094385@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2009-11-16 22:52:52 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/gzip         unbzip2.c 
  Log:
  SVN rev 199339 on 2009-11-16 22:52:52Z by delphij
  
  We should distinguish between a real truncated case and EOF after
  BZ_STREAM_END triggered re-init.  Do it by introducing a new flag
  to represent the 'cold' case after bzip2 state is reinitialized.
  
  This fixes regression reported on -current@ as well as another one
  I found during twiddling with gzip.
  
  Reported by:    swell.k gmail.com
  MFC after:      1 week
  
  Revision  Changes    Path
  1.4       +14 -3     src/usr.bin/gzip/unbzip2.c



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