[PATCH phosphor-host-ipmid] IPMI Get IP Support

Stewart Smith stewart at linux.vnet.ibm.com
Thu Feb 11 14:56:49 AEDT 2016


OpenBMC Patches <openbmc-patches at stwcx.xyz> writes:
> +        while (digit != NULL)
> +        {
> +            int resp_byte = strtoul(digit, NULL, 10);
> +            memcpy((void*)&buf[i+1], &resp_byte, 1);

memcpy here? Really?

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the openbmc mailing list