From 979f72199f3d3e98b1f6c712fa26f731dac2cb51 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Fri, 25 Apr 2014 08:30:18 -0700 Subject: 32580: avoid indefinite wait in lockhistfile() by checking for lock file time stamp in the future Also change behavior of HIST_FCNTL_LOCK to use only fcntl() locking, rather than applying both kinds of lock. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 07ee44a2e..6e465c34f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-04-25 Barton E. Schaefer + + * 32580: Src/hist.c: avoid indefinite wait in lockhistfile() by + checking for lock file time stamp far in the future relative to + the local clock. Change behavior of HIST_FCNTL_LOCK to use only + fcntl() locking, rather than applying both kinds of lock. + 2014-04-20 Barton E. Schaefer * 32569: Src/loop.c: lastval ($?) should not be reset between -- cgit 1.4.1