Heinrich Schuchardt 88127dae6e 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: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2017-11-23 23:12:02 +09:00
..
2017-08-19 11:02:53 -07:00
2015-10-20 19:13:14 +02:00
2016-11-16 09:26:33 +01:00
2005-04-16 15:20:36 -07:00
2017-08-19 11:02:53 -07:00
2017-08-19 11:02:53 -07:00
2016-11-16 09:26:33 +01:00
2015-10-14 14:59:03 +02:00
2015-02-25 15:00:16 +01:00
2017-08-19 11:02:53 -07:00