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

Po-Hsu Lin po-hsu.lin at canonical.com
Tue Nov 26 11:39:03 UTC 2019


>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




More information about the kernel-team mailing list