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

index e6f1d7174957d2f9ea11b03812f93e4d435fc185..a922ead115d7534eed7e9b815dd2698a441be00a 100644 (file)
@@ -131,7 +131,7 @@ struct iptv_mux
   char                 *mm_iptv_epgid;
 
   int                   mm_iptv_respawn;
-  time_t                mm_iptv_respawn_last;
+  int64_t               mm_iptv_respawn_last;
   int                   mm_iptv_kill;
   int                   mm_iptv_kill_timeout;
   char                 *mm_iptv_env;