> Modified Files: > src/sbin/resize_ffs: resize_ffs.c > > Log Message: > Fix the most obvious integer overflow errors which can lead to superblock > corruption. Thanks to riastradh@
nicely done. these two give me pause too, maybe make then size_t: int i; /* Generic loop index */ int n; /* Generic count */ .mrg.