Re: [PATCH] net: ncsi: fix a missing check for nla_nest_start

From: David Miller
Date: Sat Mar 16 2019 - 14:44:55 EST


From: Kangjie Lu <kjlu@xxxxxxx>
Date: Fri, 15 Mar 2019 01:14:33 -0500

> nla_nest_start may fail and thus deserves a check.
>
> The fix returns -EMSGSIZE in case it fails.
>
> Signed-off-by: Kangjie Lu <kjlu@xxxxxxx>

Applied.