]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: fix integer overflow on 32-bit platforms
authorKoumes <koumes@centrum.cz>
Tue, 9 Jul 2019 21:18:40 +0000 (21:18 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 15 Oct 2019 12:05:55 +0000 (14:05 +0200)
src/input/mpegts/linuxdvb/linuxdvb_private.h

index d78d963ecabdea59b5e53dfcd3bce51c66fb3f50..2b829ee776c137396c089566b86504b621bbbf56 100644 (file)
@@ -133,7 +133,7 @@ struct linuxdvb_frontend
   int                       lfe_ioctls;
   int                       lfe_nodata;
   int                       lfe_freq;
-  time_t                    lfe_monitor;
+  int64_t                   lfe_monitor;
   mtimer_t                  lfe_monitor_timer;
   tvhlog_limit_t            lfe_status_log;