Skip to content
Commit ceabee6c authored by YueHaibing's avatar YueHaibing Committed by David S. Miller
Browse files

genetlink: Fix a memory leak on error path



In genl_register_family(), when idr_alloc() fails,
we forget to free the memory we possibly allocate for
family->attrbuf.

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Fixes: 2ae0f17d

 ("genetlink: use idr to track families")
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Reviewed-by: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 33872d79
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment