Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/sbin/resize_ffs



> 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.


Home | Main Index | Thread Index | Old Index