[U-Boot] [PATCH 1/1] lib: errno: avoid error format-overflow
Tom Rini
trini at konsulko.com
Fri Nov 1 13:30:03 UTC 2019
On Sun, Oct 06, 2019 at 01:58:57PM +0200, Heinrich Schuchardt wrote:
> In cmd/regulator.c an error occurs with GCC 9.2.1 if CONFIG_ERRNO_STR is
> not defined:
>
> cmd/regulator.c: In function ‘failure’:
> cmd/regulator.c:20:2: error: ‘%s’ directive argument is null
> [-Werror=format-overflow=]
> 20 | printf("Error: %d (%s)\n", ret, errno_str(ret));
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In function ‘constraint’,
> inlined from ‘constraint’ at cmd/regulator.c:111:12:
> cmd/regulator.c:115:3: error: ‘%s’ directive argument is null
> [-Werror=format-overflow=]
> 115 | printf(" %s (err: %d)\n", errno_str(val), val);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> errno_str() should return a valid string instead of NULL if
> CONFIG_ERRNO_STR is not defined.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191101/a9041a88/attachment.sig>
More information about the U-Boot
mailing list