[patch v2 1/2] pinctrl: samsung: don't truncate the last char
Linus Walleij
linus.walleij at linaro.org
Thu Jul 16 01:21:02 PDT 2015
On Mon, Jun 22, 2015 at 5:12 PM, Dan Carpenter <dan.carpenter at oracle.com> wrote:
> We were allocating enough space because sizeof("-grp") and
> sizeof("-mux") are both equal to 5 but in the snprintf() we only allowed
> for 4 characters so the last 'p' and 'x' characters were truncated.
>
> The allocate and sprintf can be done in one step with the kasprintf().
>
> Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
Patch applied with Krzysztof's review tag.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list