]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When running 'rrestore foo', you get a segmentation fault because
authorJordan K. Hubbard <jkh@FreeBSD.org>
Tue, 23 Jul 1996 19:33:44 +0000 (19:33 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Tue, 23 Jul 1996 19:33:44 +0000 (19:33 +0000)
commit1eb5b41ec8c8e2ce908d447098fcf349828e9339
treeca3b8cccaaf2f5b47592de56d65aad073970988d
parent9622579d80ab6ab3af8d4290ac6ef96239d146b1
When running 'rrestore foo', you get a segmentation fault because
the obsolete() function to convert dump-style args to getopt-style
args doesn't check to see that 'f' really has an argument following
the option string in argv[1].

Submitted-By: jmacd
sbin/restore/main.c