Now using a separate mutex to fix the race between SVDRP CHAN and cDevice::HasProgramme()

This commit is contained in:
Klaus Schmidinger
2017-05-30 11:06:55 +02:00
parent 6edfcda43a
commit f97a59597f
4 changed files with 10 additions and 4 deletions

View File

@@ -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).