[Home]

Summary:ASTERISK-17004: Interger overflow in TIMEOUT(absolute)
Reporter:Jacco van Tuijl (jacco)Labels:
Date Opened:2010-11-23 09:59:06.000-0600Date Closed:2011-06-07 14:04:42
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/func_timeout
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:set(TIMEOUT(absolute)=1000000000)
wil result in a negative timeout time:
Channel will hangup at 1906-06-26 11:31:55.077 CET.
Comments:By: Tilghman Lesher (tilghman) 2010-11-23 12:56:34.000-0600

If you have a problem with time_t being set as a signed integer, I suggest that you take it up with the POSIX committee.  We are merely following their recommendations.