Searched hist:"559 b140a36613bb5b63f258b2ad833dad8cd11d9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | vsprintf.c | diff 559b140a36613bb5b63f258b2ad833dad8cd11d9 Mon Aug 09 19:20:54 CDT 2010 Michal Nazarewicz <mina86@mina86.com> lib: vsprintf: useless strlen() removed
The strict_strtoul() and strict_strtoull() functions used strlen() to check argument's length in a situation where it wasn't strictly necessary
Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Cc: "Yi Yang" <yi.y.yang@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|