Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
ce813c2a
Commit
ce813c2a
authored
Jul 30, 2004
by
Leigh B. Stoller
Browse files
Fix minor taint check error.
parent
0dc1bff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/portstats.in
View file @
ce813c2a
...
...
@@ -107,7 +107,7 @@ if (!$opt{p}) {
#
my @passedPorts = ();
foreach my $arg (@ARGV) {
if ($arg =~ /^([-\w\.]+)$/) {
if ($arg =~ /^([-\w\.
:
]+)$/) {
$arg = $1;
}
else {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment