From 5099cdd3d06e23e4b626802ab2cab27013be1ebc Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Tue, 2 Feb 2010 12:05:40 -0800 Subject: Bugfix 2539: Validate input when user specifies image name. --- scripts/vyatta-boot-image.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/vyatta-boot-image.pl b/scripts/vyatta-boot-image.pl index 127177d..276d704 100755 --- a/scripts/vyatta-boot-image.pl +++ b/scripts/vyatta-boot-image.pl @@ -219,6 +219,10 @@ sub doSelect { last; } } + if (!defined($new_idx)) { + print "Version $new_ver not found.\n"; + exit 1; + } } else { $new_idx = $ {$bentries}[$resp]->{'idx'}; $new_ver = $ {$bentries}[$resp]->{'ver'}; -- cgit v1.2.3