Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ucbvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!harpo!decvax!ucbvax!mckusick From: mckusick@ucbvax.UUCP (Kirk Mckusick) Newsgroups: net.bugs.4bsd Subject: `/etc/restore R' dumps core Message-ID: <469@ucbvax.UUCP> Date: Sat, 24-Mar-84 16:56:55 EST Article-I.D.: ucbvax.469 Posted: Sat Mar 24 16:56:55 1984 Date-Received: Sun, 25-Mar-84 19:04:50 EST Organization: U.C. Berkeley Lines: 16 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;