summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-23 14:34:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-23 14:34:05 +0100
commit4895d6b9e2c90376f0a639ee5a9bd74d9701cf09 (patch)
tree873febfe55039ed83c80d8c77425250beb236ac6 /HISTORY
parenta1e7922938187e6d45e3e6603ca2aa0656fb7f71 (diff)
downloadvdr-4895d6b9e2c90376f0a639ee5a9bd74d9701cf09.tar.gz
vdr-4895d6b9e2c90376f0a639ee5a9bd74d9701cf09.tar.bz2
Checking the remaining packet length after processing the pointer field
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7739d98d..4e30d8de 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5947,3 +5947,6 @@ Video Disk Recorder Revision History
Nissl for pointing this out).
- Fixed handling the pointer field in cPatPmtParser::ParsePmt() (thanks to Frank
Schmirler - sorry I swapped two lines whan adopting the original patch).
+- Checking the remaining packet length after processing the pointer field in
+ cPatPmtParser::ParsePat() and cPatPmtParser::ParsePmt() (suggested by Frank
+ Schmirler).