summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-30 12:11:56 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-30 12:11:56 +0100
commit250e79afbea1e952c9c8faa4c4c52aab60a7f7ef (patch)
tree187bb3ae4dfc8454eef46733d6acc926f8c74826 /HISTORY
parentac60bd7141b141ca1b4ee11b2471ccb24688a068 (diff)
downloadvdr-250e79afbea1e952c9c8faa4c4c52aab60a7f7ef.tar.gz
vdr-250e79afbea1e952c9c8faa4c4c52aab60a7f7ef.tar.bz2
Fixed a buffer overflow in case a station defines all 32 audio PIDs
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index de075740..030db1c2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3341,3 +3341,5 @@ Video Disk Recorder Revision History
- Now setting primaryDevice = NULL before deleting the devices in cDevice::Shutdown()
to avoid problems in case other threads access it (thanks to Wolfgang Rohdewald for
pointing this out).
+- Fixed a buffer overflow in case a station defines all 32 audio PIDs (thanks to
+ Christian Jacobsen for reporting this one).