CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2017/09/06 11:24:22
Modified files: bin/pax : cpio.c Log message: intvar < sizeof(...) does not catch negative values since an int -> unsigned conversion is involved. Cast the sizeof to int to get a signed compare; ok deraadt@ bluhm@