diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-09-06 09:41:15 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-09-06 09:41:15 +0200 |
commit | 2e66fdd634b7490100e0ed9e72c84c487ef5ab14 (patch) | |
tree | 15d364e8f6209c00f84db861d2220284e87720df /CONTRIBUTORS | |
parent | 248b7424befc96e5b4d8ff28dc21b329c3f7240c (diff) | |
download | vdr-2e66fdd634b7490100e0ed9e72c84c487ef5ab14.tar.gz vdr-2e66fdd634b7490100e0ed9e72c84c487ef5ab14.tar.bz2 |
Fixed a possible integer overflow in GetAbsTime()
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4fcc6cf0..408f5108 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1902,6 +1902,7 @@ Alexander Rieger <Alexander.Rieger@inka.de> for fixing cTimer::operator=() in case a cTimer variable is assigned to itself for making the list of tracks given in cStatus::SetAudioTrack() NULL terminated for fixing handling kLeft in the calls to cStatus::MsgOsdTextItem() + for fixing a possible integer overflow in GetAbsTime() Philip Prindeville <philipp_subx@redfish-solutions.com> for updates to 'sources.conf' |