778. [bug] When starting cache cleaning, cleaning_timer_action()

returned without first pausing the iterator, which
                        could cause deadlock. [RT #998]
(this was fixed by Tale's recent changes to cache.c)
This commit is contained in:
Andreas Gustafsson
2001-03-13 23:41:33 +00:00
parent b01cd0d5c7
commit 279de54fe3

View File

@@ -1,3 +1,8 @@
778. [bug] When starting cache cleaning, cleaning_timer_action()
returned without first pausing the iterator, which
could cause deadlock. [RT #998]
777. [placeholder]
776. [func] Improved error reporting in denied messages. [RT #252]