APPLIED: [D][E][F][SRU][PATCH 0/1] Fix for CVE-2019-19055

Khaled Elmously khalid.elmously at canonical.com
Mon Dec 2 04:42:50 UTC 2019


On 2019-11-26 19:39:03 , Po-Hsu Lin wrote:
> From the commit message:
> In nl80211_get_ftm_responder_stats, a new skb is created via nlmsg_new
> named msg. If nl80211hdr_put() fails, then msg should be released. The
> return statement should be replace by goto to error handling code.
> 
> The nla_put_failure will execute nlmsg_free(msg) before returning the
> -ENOBUFS error.
> 
> This patch can be cherry-picked into D/E/F.
> Kernel build OK, boot test OK.
> 
> Navid Emamdoost (1):
>   nl80211: fix memory leak in nl80211_get_ftm_responder_stats
> 
>  net/wireless/nl80211.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> -- 
> 2.7.4
> 
> 
> -- 
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team



More information about the kernel-team mailing list