CVSROOT:        /cvs
Module name:    src
Changes by:     tob...@cvs.openbsd.org  2015/09/06 14:07:46

Modified files:
        usr.sbin/wsfontload: wsfontload.c 

Log message:
UINT_MAX would overflow the integer calculation later on, leading to
floating point exception just like -1 would do. Use INT_MAX, which is
already way too high to make sense anyway.

Reply via email to