1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-19 01:49:51 +01:00
Files
u-boot-megous/test
Simon Glass d667a0d8f4 lib: Fix a few bugs in trailing_strtoln()
At present this has a minor bug in that it reads the byte before the
start of the string, if it is empty. Also it doesn't handle a
non-numeric prefix which is only one character long.

Fix these bugs with a reworked implementation. Add a test for the second
case. The first one is hard to test.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-04-25 10:00:03 -04:00
..
2022-01-19 18:11:34 +01:00
2022-04-20 11:14:39 -04:00
2021-07-23 13:36:20 -04:00
2022-01-19 18:11:34 +01:00
2021-07-23 13:36:14 -04:00
2021-07-23 13:36:20 -04:00
2022-03-10 08:28:36 -05:00