#3018: integer overflow in curs_lib.c if time_inc is used Changes (by vinc17): * status: new => closed * resolution: => fixed Comment: (In [fb0df4ae0836]) Clamp timeval math to unsigned int to match progress timestamps. This is fine since only relative differences matter. Closes #3018. -- Ticket URL: <http://dev.mutt.org/trac/ticket/3018#comment:2>