* [dpdk-dev] [Bug 419] usertools/dpdk-setup.sh crashes on non-alphanumeric input
@ 2020-03-16 7:05 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2020-03-16 7:05 UTC (permalink / raw)
To: dev
https://bugs.dpdk.org/show_bug.cgi?id=419
Bug ID: 419
Summary: usertools/dpdk-setup.sh crashes on non-alphanumeric
input
Product: DPDK
Version: 20.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: dev@dpdk.org
Reporter: sarosh.arif@emumba.com
Target Milestone: ---
While using usertools/dpdk-setup.sh if the user enters any non-alphanumeric
character, by mistake perhaps, instead of giving an error and allowing user to
re-enter his choice, the dpdk-setup script crashes giving the following
message:
./dpdk-setup.sh: line 598: >: syntax error: operand expected (error token is
">")
A possible solution can be to put a conditional statement before the execution
of line 598 which is:
${OPTIONS[our_entry]} ${our_entry}
To make sure this statement is only executed when the input is correct.
This error can be replicated easily by following these steps:
1. Enter these commands on the terminal
cd dpdk/usertools
./dpdk-setup.sh
2. When prompted, enter any non-alphanumeric character such as ">"
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-03-16 7:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-16 7:05 [dpdk-dev] [Bug 419] usertools/dpdk-setup.sh crashes on non-alphanumeric input bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).