K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-09-15T08:42:06.083395Z K 7 svn:log V 359 Ensure that ta_pending doesn't overflow u_short by capping its value at USHRT_MAX. If it overflows before the taskqueue can run, the task will be re-added to the taskqueue and cause a loop in the task list. Reported by: Arnaud Lacombe Submitted by: Ryan Stone Reviewed by: jhb Approved by: re (kib) MFC after: 1 day END