From 85ae27e372fa1c433bd01809848cbba46e6706a6 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 8 Dec 2016 10:18:32 +0100 Subject: The cRwLock class now allows nested read locks within a write lock from the same thread --- HISTORY | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 503f7707..4ae2b0e1 100644 --- a/HISTORY +++ b/HISTORY @@ -8839,3 +8839,7 @@ Video Disk Recorder Revision History instead. - The SVDRP command DELC now refuses to delete the very last channel in the list, to avoid ending up with an empty channel list. +- The cRwLock class now allows nested read locks within a write lock from the + same thread. This fixes possible crashes when moving or deleting channels in + the menu or through SVDRP (as well as other operations that try to acquire a + read lock within a write lock). -- cgit v1.2.3