CVSROOT:        /cvs
Module name:    src
Changes by:     gne...@cvs.openbsd.org  2022/09/28 10:44:15

Modified files:
        lib/libc/stdio : setvbuf.c 

Log message:
Fix incorrect range check for size in setvbuf

>From enh AT google.com:

The existing test is wrong for LP64, where size_t has twice as many
relevant bits as int, not just one. (Found by inspection by
rprichard.)

Looks good to deraadt@ and millert@

Reply via email to