Date: Wed, 8 Sep 2010 01:18:09 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/rpc replay.c Message-ID: <201009080118.o881IMoV081004@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2010-09-08 01:18:09 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/rpc replay.c
Log:
SVN rev 212309 on 2010-09-08 01:18:09Z by rmacklem
MFC: r211789
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.
Revision Changes Path
1.1.2.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?201009080118.o881IMoV081004>
