NetBSD-Bugs archive

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

PR/52600 CVS commit: [netbsd-7-1] src/sbin/resize_ffs



The following reply was made to PR bin/52600; it has been noted by GNATS.

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52600 CVS commit: [netbsd-7-1] src/sbin/resize_ffs
Date: Mon, 23 Oct 2017 19:24:35 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Mon Oct 23 19:24:35 UTC 2017
 
 Modified Files:
 	src/sbin/resize_ffs [netbsd-7-1]: resize_ffs.8 resize_ffs.c
 
 Log Message:
 Pull up following revision(s) (requested by sborrill in ticket #1516):
 	sbin/resize_ffs/resize_ffs.8: revision 1.18
 	sbin/resize_ffs/resize_ffs.c: revision 1.48-1.53
 Fix the most obvious integer overflow errors which can lead to superblock
 corruption. Thanks to riastradh@
 --
 Use int64_t for loop index so we don't iterate forever/until trap.
 --
 Fix the syntax (pointed out by David H. Gutteridge on source-changes-d).
 Fix the build...
 --
 - More fixes to use 64bit offsets.
 - Compute left-over fragments also for FFS2.
 --
 PR/52590: David H. Gutteridge: Minor documentation improvements
 --
 Fix computation of left-over fragments also for ufs2.
 Fixes PR 52600.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.13.20.1 -r1.13.20.1.6.1 src/sbin/resize_ffs/resize_ffs.8
 cvs rdiff -u -r1.38.6.2 -r1.38.6.2.2.1 src/sbin/resize_ffs/resize_ffs.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index