od: Fix buffer overflow if -N flag is larger than BUFSIZ Previously, if max was specified, od will call read with that size, potentially overflowing buf with data read from the file.