mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
f51418aabc
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().
7 lines
208 B
Plaintext
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.
|