aboutsummaryrefslogtreecommitdiff
path: root/lib/timerqueue.c
diff options
context:
space:
mode:
authorJiasheng Jiang <[email protected]>2021-12-29 11:21:18 +0800
committerJakub Kicinski <[email protected]>2021-12-29 17:53:24 -0800
commit92a34ab169f9eefe29cd420ce96b0a0a2a1da853 (patch)
treee29ba093f8eecd7ecaac4103aba985787ec58e01 /lib/timerqueue.c
parent168fed986b3a7ec7b98cab1fe84e2f282b9e6a8f (diff)
net/ncsi: check for error return from call to nla_put_u32
As we can see from the comment of the nla_put() that it could return -EMSGSIZE if the tailroom of the skb is insufficient. Therefore, it should be better to check the return value of the nla_put_u32 and return the error code if error accurs. Also, there are many other functions have the same problem, and if this patch is correct, I will commit a new version to fix all. Fixes: 955dc68cb9b2 ("net/ncsi: Add generic netlink family") Signed-off-by: Jiasheng Jiang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'lib/timerqueue.c')
0 files changed, 0 insertions, 0 deletions