Re: [1/2] rtl8xxxu: Fix memory leak in handling rxdesc16 packets
From: Kalle Valo <hidden>
Date: 2016-10-07 11:22:58
Also in:
stable
From: Kalle Valo <hidden>
Date: 2016-10-07 11:22:58
Also in:
stable
Jes Sorensen [off-list ref] wrote:
From: Jes Sorensen <redacted> A device running without RX package aggregation could return more data in the USB packet than the actual network packet. In this case we could would clone the skb but then determine that that there was no packet to handle and exit without freeing the cloned skb first. This has so far only been observed with 8188eu devices, but could affect others. Signed-off-by: Jes Sorensen <redacted> Cc: stable@vger.kernel.org # 4.8+
2 patches applied to wireless-drivers.git, thanks. 1e54134ccad0 rtl8xxxu: Fix memory leak in handling rxdesc16 packets 8a55698f2f29 rtl8xxxu: Fix big-endian problem reporting mactime -- https://patchwork.kernel.org/patch/9356961/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches