linux/drivers/staging/gdm724x
Dan Carpenter fc7f750dc9 staging: gdm724x: fix use after free in gdm_lte_rx()
The netif_rx_ni() function frees the skb so we can't dereference it to
save the skb->len.

Fixes: 61e1210476 ("staging: gdm7240: adding LTE USB driver")
Cc: stable <stable@vger.kernel.org>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20220228074331.GA13685@kili
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-03-01 22:42:32 +01:00
..
gdm_endian.c
gdm_endian.h
gdm_lte.c staging: gdm724x: fix use after free in gdm_lte_rx() 2022-03-01 22:42:32 +01:00
gdm_lte.h
gdm_mux.c staging: gdm724x: Clarify naming of packet_type<->tty index symbols 2020-10-26 06:53:10 +01:00
gdm_mux.h staging: Replace zero-length array with flexible-array member 2020-02-23 19:18:54 +01:00
gdm_tty.c tty: drop put_tty_driver 2021-07-27 12:17:21 +02:00
gdm_tty.h
gdm_usb.c staging: gdm724x: Fix DMA from stack 2021-02-11 11:08:17 +01:00
gdm_usb.h
hci_packet.h staging: Replace zero-length array with flexible-array member 2020-02-23 19:18:54 +01:00
hci.h
Kconfig staging: add missing SPDX lines to Kconfig files 2019-04-03 11:10:15 +02:00
Makefile
netlink_k.c staging: gdm724x: Place macro argument within parentheses 2021-08-12 10:21:50 +02:00
netlink_k.h staging: gdm724x: use netdev_err() instead of pr_err() 2020-03-20 15:07:45 +01:00
TODO