summaryrefslogtreecommitdiff
path: root/changes/bug13393-format-time-interval-overflow-test
AgeCommit message (Collapse)Author
2014-10-12Avoid overflow in format_time_interval, create unit teststeor
Fix an instance of integer overflow in format_time_interval() when taking the absolute value of the supplied signed interval value. Fixes bug 13393. Create unit tests for format_time_interval().