Skip to content
Commit 27405448 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

malloc: return NULL if not initialized yet



When malloc() was called before it was properly initialized
(as would happen if when used before relocation to RAM) it returned
random, non-NULL values, which called all kinds of difficult to debug
subsequent errors.

Make sure to return NULL when initialization was not done yet.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent f0983371
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment