From f97a59597f53e2a207b624ab32f491131253987c Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 30 May 2017 11:06:55 +0200 Subject: Now using a separate mutex to fix the race between SVDRP CHAN and cDevice::HasProgramme() --- HISTORY | 3 +++ 1 file changed, 3 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 8ea3ebfc..55c8909b 100644 --- a/HISTORY +++ b/HISTORY @@ -9084,3 +9084,6 @@ Video Disk Recorder Revision History - Fixed generating k_Release key events for LIRC remote controls (due to the short timeout another normal key was sometimes put into the queue after the generated release). Also removed some code redundancy and added some buffer checks. +- Now using a separate mutex to fix the race between SVDRP CHAN and + cDevice::HasProgramme(), because the previous fix caused a deadlock (reported by + Derek Kelly). -- cgit v1.2.3