Skip to content
Snippets Groups Projects
Commit 3cc6e707 authored by Jonathan Golder's avatar Jonathan Golder Committed by Anatolij Gustschin
Browse files

splash: Prevent splash_load_fs from writing to 0x0


Passing NULL to fs_read() for actread value results in hanging U-Boot
at least on our ARM plattform (TI AM335x). Since fs_read() and
following functions do not catch nullpointers, writing to 0x0 occurs.

Passing a local dummy var instead of NULL solves this issue.

Signed-off-by: default avatarJonathan Golder <jonathan.golder@kurz-elektronik.de>
Cc: Anatolij Gustschin <agust@denx.de>
parent a0f3e3df
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment