Searched hist:b314dd49a28a38997aa8f472d02f0631a830d37a (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | vsprintf.c | diff b314dd49a28a38997aa8f472d02f0631a830d37a Mon Jun 10 02:47:07 CDT 2019 Youngmin Nam <youngmin.nam@samsung.com> vsprintf: fix data type of variable in string_nocheck()
This patch fixes data type of precision with int. The precision is declared as signed int in struct printf_spec.
Link: http://lkml.kernel.org/r/040301d51f60$b4959100$1dc0b300$@samsung.com To: <andriy.shevchenko@linux.intel.com> To: <geert+renesas@glider.be> To: <rostedt@goodmis.org> To: <me@tobin.cc> Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com> Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Petr Mladek <pmladek@suse.com>
|