]> git.dujemihanovic.xyz Git - u-boot.git/commit
lib: Handle a special case with str_to_list()
authorSimon Glass <sjg@chromium.org>
Tue, 30 Jul 2024 14:39:36 +0000 (08:39 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 7 Aug 2024 14:49:10 +0000 (08:49 -0600)
commit947aafdebc9f64f12e8aa6ae7f60758f04bd1540
tree96db92d2ce7d1cf42b431472cf92e525421af6e2
parent04894f5ad53cab0ee03eb3bc1cc1682e22f5dd1b
lib: Handle a special case with str_to_list()

The current implementation can return an extra result at the end when
the string ends with a space. Fix this by adding a special case.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/strto.c
test/str_ut.c