diff options
author | James Davidson <james.davidson@vyatta.com> | 2012-08-13 10:23:40 -0700 |
---|---|---|
committer | James Davidson <james.davidson@vyatta.com> | 2012-08-16 09:41:13 -0700 |
commit | aab0c46891649f9dc3c4be2d01c74e330c4f6917 (patch) | |
tree | d7f8100833c50a4c3e7d56df101ae5a4d23566c3 /scripts/show-dhcp-leases.pl | |
parent | 5195f8e195e61a1317e0239029c807ddde0c056b (diff) | |
download | vyatta-op-aab0c46891649f9dc3c4be2d01c74e330c4f6917.tar.gz vyatta-op-aab0c46891649f9dc3c4be2d01c74e330c4f6917.zip |
Fix handling of single quote character (') when parsing command
The previous parsing logic worked on word boundries but did not handle
multiple single quote characters in the same word. This lead to the
misinterpretation of whether subsequent words being parsed were quoted
or not.
The new parsing code breaks the command line up into substrings at
single quote boundries so the relative location of sigle quote characters
is irrelevant.
Fixes bug 8210
Diffstat (limited to 'scripts/show-dhcp-leases.pl')
0 files changed, 0 insertions, 0 deletions