Skip to content
Snippets Groups Projects
Commit 0931ed3c authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Tom Rini
Browse files

kconfig/symbol.c: use correct pointer type argument for sizeof


sym_arr is of type struct symbol **.
So in malloc we need sizeof(struct symbol *).

The problem was indicated by coccinelle.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 69d32265
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