K 10 svn:author V 7 glebius K 8 svn:date V 27 2018-06-15T21:36:16.381137Z K 7 svn:log V 274 Since 'ticks' is an int, it may wrap around and cr_ticks at a certain counter_rate will be greater than ticks, resulting in counter_ratecheck() failure. To fix this take an absolute value of the difference between ticks and cr_ticks. Reported by: jtl Sponsored by: Netflix END