tor/changes/bug13393-format-time-interval-overflow-test
teor f51418aabc Avoid overflow in format_time_interval, create unit tests
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().
2014-10-12 20:50:10 +11:00

7 lines
208 B
Plaintext

o Minor bugfixes:
- Fix an instance of integer overflow in format_time_interval().
Fixes bug 13393.
o Minor features (test):
- Create unit tests for format_time_interval(). With bug 13393.