commit | 18ea88c2894c314d94b89ba2167d82747c1de30f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Oct 15 21:46:03 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 31 07:22:53 2019 -0400 |
tree | f853f2c6876329ed66b2f2e7c1cd763ec82d60cb | |
parent | ebc503376b83317f1ecec3547e9bf86406059148 [diff] |
lib: errno: check for unsupported error number If errno_str() is called with an unsupported error number, do not return a random pointer but a reasonable text. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>