diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2016-12-08 10:18:32 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2016-12-08 10:18:32 +0100 |
commit | 85ae27e372fa1c433bd01809848cbba46e6706a6 (patch) | |
tree | dd41eaeb12f5ef81f8798593fbd6ee5514209408 /HISTORY | |
parent | ce6c90a4506a80bf7e8fa55d2ab643478e97183f (diff) | |
download | vdr-85ae27e372fa1c433bd01809848cbba46e6706a6.tar.gz vdr-85ae27e372fa1c433bd01809848cbba46e6706a6.tar.bz2 |
The cRwLock class now allows nested read locks within a write lock from the same thread
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |