NetBSD-Bugs archive

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

PR/52590 CVS commit: [netbsd-8] src/sbin/resize_ffs



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

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52590 CVS commit: [netbsd-8] src/sbin/resize_ffs
Date: Tue, 24 Oct 2017 09:08:40 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Tue Oct 24 09:08:40 UTC 2017
 
 Modified Files:
 	src/sbin/resize_ffs [netbsd-8]: resize_ffs.8 resize_ffs.c
 
 Log Message:
 Pull up following revision(s) (requested by sborrill in ticket #308):
 	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.17 -r1.17.6.1 src/sbin/resize_ffs/resize_ffs.8
 cvs rdiff -u -r1.47 -r1.47.6.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