Fixed a possible memory corruption in cTsToPes::GetPes()

This commit is contained in:
Klaus Schmidinger
2012-01-12 12:25:54 +01:00
parent 44da06f384
commit 70d4e5105b
2 changed files with 7 additions and 1 deletions

View File

@@ -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<74>).
- Fixed a possible memory corruption in cTsToPes::GetPes() in case of broken
TS packets, e.g. when switching channels.