Re: [PATCH] infiniband-diags: Fix command line parsing bug in ibccconfig, ibccquery, saquery, and smpquery.

2012-07-24 Thread Ira Weiny
On Mon, 23 Jul 2012 16:45:33 -0700 Albert Chu ch...@llnl.gov wrote: Ensure user's inputted operation directly matches an operation name or operation alias. Do not base it on the length of the input, which can lead to conflicts with operation selection. Signed-off-by: Albert Chu

[PATCH] infiniband-diags: Fix command line parsing bug in ibccconfig, ibccquery, saquery, and smpquery.

2012-07-23 Thread Albert Chu
Ensure user's inputted operation directly matches an operation name or operation alias. Do not base it on the length of the input, which can lead to conflicts with operation selection. Signed-off-by: Albert Chu ch...@llnl.gov --- src/ibccconfig.c |5 ++--- src/ibccquery.c |5 ++---