[net.bugs.4bsd] `/etc/restore R' dumps core

mckusick@ucbvax.UUCP (Kirk Mckusick) (03/25/84)

From: mckusick@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;