NetBSD-Bugs archive

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

PR/55834 CVS commit: src/sbin/dump



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

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55834 CVS commit: src/sbin/dump
Date: Thu, 3 Dec 2020 08:25:57 +0000

 Module Name:	src
 Committed By:	kre
 Date:		Thu Dec  3 08:25:57 UTC 2020
 
 Modified Files:
 	src/sbin/dump: dump.h main.c
 
 Log Message:
 PR bin/55834
 
 count blocks written in unsigned 64 bit counter
 rather than signed int which overflows after 2^31-1
 blocks (2TiB) after which neither the 5 minute
 status updates or SIGINFO (^T) reports are issued
 until the negative numbers increase past 0 and
 wildly inaccurate reports would be written.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.58 -r1.59 src/sbin/dump/dump.h
 cvs rdiff -u -r1.77 -r1.78 src/sbin/dump/main.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