• Max Kellermann's avatar
    timer: fix integer overflow in timer_delay() · 8f46f152
    Max Kellermann authored
    Fixes a regression: for output_plugin.delay(), we added a method to
    the timer class which returns the delay in milliseconds.  This fails
    to detect negative values, because the unsigned integer is divided by
    1000, and then casted to signed.
    8f46f152
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...