]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When running 'rrestore foo', you get a segmentation fault because
authorjkh <jkh@FreeBSD.org>
Tue, 23 Jul 1996 19:33:44 +0000 (19:33 +0000)
committerjkh <jkh@FreeBSD.org>
Tue, 23 Jul 1996 19:33:44 +0000 (19:33 +0000)
commit404df68f16beec3d5af3eb204917e9dc02680bc4
treeca3b8cccaaf2f5b47592de56d65aad073970988d
parent8159e5ab86dc5a3682820a316bdbc83bdecc418a
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