1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
freebsd/sbin/restore
Kirk McKusick aed3576d26 restore(8) does not check for write failure while building two temp
files containing directory and ownership data. If /tmp fills, the
console is blasted with zillions of "file system full" errors, and
restore continues on, even though directory and/or ownership data
has been lost. This is particularly likely to happen when running
from the live CD, which has little /tmp space.

PR:         bin/93603, also probably bin/107213
Fix from:   Ken Lalonde
2008-04-14 20:15:53 +00:00
..
dirs.c restore(8) does not check for write failure while building two temp 2008-04-14 20:15:53 +00:00
extern.h Update the dump program to save extended attributes. Update 2007-02-26 08:15:56 +00:00
interactive.c Use safer string handling. 2008-04-03 20:37:38 +00:00
main.c
Makefile
restore.8
restore.c
restore.h Update the dump program to save extended attributes. Update 2007-02-26 08:15:56 +00:00
symtab.c
tape.c Avoid printing spurious ``Header with wrong dumpdate.'' message. 2008-04-11 21:51:53 +00:00
utilities.c