CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2019/01/14 16:52:06

Modified files:
        lib/libutil    : fmt_scaled.c 

Log message:
Calling llabs(LLONG_MIN) is undefined behavior, llvm 7.0.1 does not
work with our old code.  In fmt_scaled() move the check before
calling llabs().
found by regress/lib/libutil/fmt_scaled; OK deraadt@ millert@ tedu@

Reply via email to