On Mon, Oct 10, 2011 at 5:32 PM, Harshad Prabhu (hprabhu)
<hpra...@cisco.com> wrote:
[...]
> +        /* Retry and Timeout */
> +       case 'R':
> +           retry = (uint8_t)strtol(optarg, NULL, 0);
> +           break;
> +        case 'N':
> +            timeout = (uint8_t)strtol(optarg, NULL, 0);
> +            break;

Hello,

it seems you're not worried it is possible to overflow `retry' and
`timeout' which will lead to unexpected behavior.

Regards,
Zdenek

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to