summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-12 12:25:54 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-12 12:25:54 +0100
commit70d4e5105bddded33457342f9d6f1c7502d87b69 (patch)
tree7cf8bfbef57b73b7b656406e12bc30b3f40c3830 /HISTORY
parent44da06f3848d84961f9ae829adc32b088f167ab6 (diff)
downloadvdr-70d4e5105bddded33457342f9d6f1c7502d87b69.tar.gz
vdr-70d4e5105bddded33457342f9d6f1c7502d87b69.tar.bz2
Fixed a possible memory corruption in cTsToPes::GetPes()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b15ffa89..eb263c6e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6814,3 +6814,5 @@ Video Disk Recorder Revision History
with version 5.3 or higher that can handle the DTV_DVBT2_PLP_ID call (thanks
to Rolf Ahrenberg).
- Fixed cConfig::Load() for g++ version 4.7.0 (thanks to Ville Skyttä).
+- Fixed a possible memory corruption in cTsToPes::GetPes() in case of broken
+ TS packets, e.g. when switching channels.