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.