`/etc/restore R' dumps core

Kirk Mckusick mckusick at ucbvax.UUCP
Sun Mar 25 07:56:55 AEST 1984


From: mckusick at ucbarpa (Kirk Mckusick)
Subject: /etc/restore R dumps core
Index: 	etc/restore/tape.c 4.2BSD

Description:
	When restarting full or incremental restores using the 'R'
	option to restore, the program dumps core.
Repeat-By:
	Start an incremental or full restore. (using the 'r' option)
	Once it begins restoring files, send it a kill signal. Restart
	the restore using the 'R' option and it will dump core.
Fix:
	15c15
	< static long	fssize;
	---
	> static long	fssize = MAXBSIZE;



More information about the Comp.bugs.4bsd.ucb-fixes mailing list