diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-30 11:06:55 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-30 11:06:55 +0200 |
commit | f97a59597f53e2a207b624ab32f491131253987c (patch) | |
tree | 1447dc381514dd21c2143ce0fdeda40f1775c479 /HISTORY | |
parent | 6edfcda43a365cfd94ed6649d66a0adcbb965480 (diff) | |
download | vdr-f97a59597f53e2a207b624ab32f491131253987c.tar.gz vdr-f97a59597f53e2a207b624ab32f491131253987c.tar.bz2 |
Now using a separate mutex to fix the race between SVDRP CHAN and cDevice::HasProgramme()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |