summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-24 09:26:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-24 09:26:23 +0200
commit343df6266eed68ef4d3f683e383e7237c0b75cdd (patch)
treedd3fd9181cbf691e5b722d76abe4fca43eb1dfe6 /HISTORY
parentd507645323aa4bc49404645c4998bcd02fddc789 (diff)
downloadvdr-343df6266eed68ef4d3f683e383e7237c0b75cdd.tar.gz
vdr-343df6266eed68ef4d3f683e383e7237c0b75cdd.tar.bz2
Increased the required free buffer space in the resultBuffer of cRemux
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 557323c8..bd3e0a3d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3037,7 +3037,7 @@ Video Disk Recorder Revision History
checking if the channel has a non-zero number.
- Updated 'channels.conf.terr' for Hannover (thanks to Sven Kreiensen).
-2004-10-23: Version 1.3.14
+2004-10-24: Version 1.3.14
- Fixed detecting transponder lock in cDvbTuner (based on a patch from Stefan
Meyknecht).
@@ -3059,3 +3059,7 @@ Video Disk Recorder Revision History
- Some minor code cleanups (thanks to Prakash K. Cheemplavam).
- Fixed missing cleanup at program exit in case there is a problem with a plugin
(thanks to Mattias Grönlund for pointing this out).
+- Increased the required free buffer space in the resultBuffer of cRemux to
+ 2 * IPACKS to avoid a buffer overflow in case a cTS2PES writes one complete
+ packet and then (within processing the same TS packet) wants to write another
+ small packet.