diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-11-05 11:21:38 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-11-05 11:21:38 +0100 |
commit | 9607fd33a061530b3e26e2ffae14e87548b016ba (patch) | |
tree | a5a4ef45553f9c87e4dba63be285823b819ce009 /HISTORY | |
parent | 92af12daac8a33db8be0b33335bd79330ced9463 (diff) | |
download | vdr-9607fd33a061530b3e26e2ffae14e87548b016ba.tar.gz vdr-9607fd33a061530b3e26e2ffae14e87548b016ba.tar.bz2 |
cSVDRP now dynamically allocates its command buffer
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3913,7 +3913,7 @@ Video Disk Recorder Revision History - The new class cUnbufferedFile is used for the recording files to avoid trashing the file system cache (based on a patch by Ralf Müller). -2005-11-04: Version 1.3.36 +2005-11-05: Version 1.3.36 - Fixed a NULL pointer access with the cUnbufferedFile when a replay session runs all the way until the end of the recording (thanks to Joachim Wilke). @@ -3929,3 +3929,7 @@ Video Disk Recorder Revision History - Changed cConfig::Load() to use cReadLine instead of a fixed buffer (thanks to Andreas Mair for reporting a problem with extremely long summary fields in timers). +- cSVDRP now dynamically allocates its command buffer in order to handle + commands of any length. The MAXPARSEBUFFER macros is now obsolete and has + been removed. If a plugin has used that macro, it should either define + a buffer size of its own, or use cReadLine when reading files. |