diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-09-06 09:34:49 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-09-06 09:34:49 +0200 |
commit | da3939cb10356c65d4ecaa378f0b22336c6bbb84 (patch) | |
tree | 7d3e63d477c094acc29a3b5fe0fdcec79ea357f2 /CONTRIBUTORS | |
parent | de67eacbdaf3195a1d485680d7bb74dcc329589a (diff) | |
download | vdr-da3939cb10356c65d4ecaa378f0b22336c6bbb84.tar.gz vdr-da3939cb10356c65d4ecaa378f0b22336c6bbb84.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 7b703b39..b9eb41f6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1895,6 +1895,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' |