mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed a possible integer overflow in GetAbsTime()
This commit is contained in:
6
HISTORY
6
HISTORY
@@ -5762,7 +5762,7 @@ Video Disk Recorder Revision History
|
||||
- Increased the time between checking the CAM status to 500ms to avoid problems
|
||||
with some CAMs (reported by Arthur Konovalov).
|
||||
|
||||
2008-08-16: Version 1.7.1
|
||||
2008-09-06: Version 1.7.1
|
||||
|
||||
- Adapted the tuning code to the new DVBFE_SET_DELSYS API (thanks to Reinhard Nissl).
|
||||
VDR now uses the driver from http://jusst.de/hg/multiproto_plus.
|
||||
@@ -5805,8 +5805,9 @@ Video Disk Recorder Revision History
|
||||
and the SVDRP commands NEWC/MODC/LSTC has been extended. The video stream type
|
||||
now follows the VPID and optional PPID, separated by an '=' sign.
|
||||
- Updated the sources.conf file (thanks to Oleg Roitburd).
|
||||
- Fixed a possible integer overflow in GetAbsTime() (thanks to Alexander Rieger).
|
||||
|
||||
2008-08-16: Version 1.6.0-2
|
||||
2008-09-06: Version 1.6.0-2
|
||||
|
||||
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
||||
- The SVDRP signon message now indicates the character encoding in use, as in
|
||||
@@ -5816,3 +5817,4 @@ Video Disk Recorder Revision History
|
||||
- No longer calling FcFini() to avoid problems with older (broken) versions of
|
||||
fontconfig (suggested by Edgar Toernig).
|
||||
- Updated the sources.conf file (thanks to Oleg Roitburd).
|
||||
- Fixed a possible integer overflow in GetAbsTime() (thanks to Alexander Rieger).
|
||||
|
Reference in New Issue
Block a user