Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2010 17:12:22 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/csup rcsparse.c
Message-ID:  <201010121712.o9CHCiji000676@repoman.freebsd.org>

index | next in thread | raw e-mail

jhb         2010-10-12 17:12:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    contrib/csup         rcsparse.c 
  Log:
  SVN rev 213733 on 2010-10-12 17:12:22Z by jhb
  
  MFC 213300:
  If an RCS file is truncated, rcsfile_getdelta() will return NULL.  Instead
  of faulting, check for NULL.  However, returning an error would cause csup
  to just abort the entire update.  Instead, break out of the loop and
  return ok.  The attempts to update the file will trigger a MD5 failure which
  will cause csup to download the entire file as a fixup.
  
  Revision  Changes    Path
  1.1.2.3   +8 -0      src/contrib/csup/rcsparse.c


help

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