Re: [PATCH] tipc: fix a missing check of genlmsg_put

From: David Miller
Date: Thu Dec 27 2018 - 19:27:09 EST


From: Kangjie Lu <kjlu@xxxxxxx>
Date: Wed, 26 Dec 2018 00:09:04 -0600

> genlmsg_put could fail. The fix inserts a check of its return value, and
> if it fails, returns -EMSGSIZE.
>
> Signed-off-by: Kangjie Lu <kjlu@xxxxxxx>

Applied.