mirror of
https://github.com/apache/nuttx.git
synced 2026-06-12 14:13:21 +08:00
9773fb9867
When *pptr/ptr is "0" and base is 0, lib_checkbase() returns the error base 8(should be 10).
e.g. `strtoul("0", &endptr, 0);`
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>