diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-03-08 15:08:30 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-03-08 15:08:30 +0100 |
commit | d406be694d7ee0d5afa5450ab753225c8920a06b (patch) | |
tree | 5c0c397695e4933706a6d306cb8b56ca9825c59f /HISTORY | |
parent | fdf9c8df8e3bff17a4711ca5757d4b8067dab20e (diff) | |
download | vdr-d406be694d7ee0d5afa5450ab753225c8920a06b.tar.gz vdr-d406be694d7ee0d5afa5450ab753225c8920a06b.tar.bz2 |
Fixed a possible endless loop in cH264Parser::GetGolombUe()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7870,7 +7870,7 @@ Video Disk Recorder Revision History and also to use the correct directory with --edit (the latter reported by Marko Mäkelä). -2014-02-27: Version 2.0.6 +2014-03-08: Version 2.0.6 - Updated 'sources.conf' (thanks to Antti Hartikainen). - cFont::CreateFont() now returns a dummy font in case there are no fonts installed. @@ -7900,3 +7900,5 @@ Video Disk Recorder Revision History deleted in a sub folder. - Fixed handling transfer mode on full featured DVB cards for encrypted channels that have no audio pid (reported by Christian Winkler). +- Fixed a possible endless loop in cH264Parser::GetGolombUe(), which caused recordings + on some HD channels to get stuck and resulted in buffer overflows. |