Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2010 00:35:58 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/rpc replay.c
Message-ID:  <201008250036.o7P0aG2f092265@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-08-25 00:35:58 UTC

  FreeBSD src repository

  Modified files:
    sys/rpc              replay.c 
  Log:
  SVN rev 211789 on 2010-08-25 00:35:58Z by rmacklem
  
  If the first iteration of the do loop in replay_prune()
  succeeded and a subsequent interation failed to find an
  entry to prune, it could loop infinitely, since the
  "freed" variable wasn't reset to FALSE. This patch moves
  setting freed FALSE to inside the loop to fix the problem.
  
  Tested by:      alan.bryan at yahoo.com
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.2       +1 -1      src/sys/rpc/replay.c



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