Home
last modified time | relevance | path

Searched hist:"1407 f97aeda5720d6327d69f6058537c0fd469e3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dsymbol.cdiff 1407f97aeda5720d6327d69f6058537c0fd469e3 Tue Jul 16 13:32:33 CDT 2013 Yann E. MORIN <yann.morin.1998@free.fr> kconfig: don't allocate n+1 elements in temporary array

The temporary array that stores the search results is not NULL-terminated,
so there is no reason to allocate n+1 elements.

Reported-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Jean Delvare <jdelvare@suse.de>