diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-06-11 10:26:23 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-06-23 15:37:24 -0600 |
commit | 9c38c070085b566e2fc3f7696cdd4362c2759285 (patch) | |
tree | 9b3881aac1b220099455d4a6d90c87c279286910 /board/RPXlite_dw/flash.c | |
parent | 4d907025d6a530c0f3d2e869331e863c3e3cc3c2 (diff) | |
download | talos-obmc-uboot-9c38c070085b566e2fc3f7696cdd4362c2759285.tar.gz talos-obmc-uboot-9c38c070085b566e2fc3f7696cdd4362c2759285.zip |
sandbox: terminate os_dirent_ls() result list
Each node in the linked-list that os_dirent_ls() returns has its next
pointer set only when the next node is created. For the last node in the
list, there is no next node, so this never happens, and the next pointer
is never initialized. Explicitly initialize the next pointer so that it
isn't dangling. Without this, "sb ls" might crash.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/RPXlite_dw/flash.c')
0 files changed, 0 insertions, 0 deletions