linux-stable/net
Navid Emamdoost 6e01d07c58 Bluetooth: Fix memory leak in hci_connect_le_scan
commit d088337c38 upstream.

In the implementation of hci_connect_le_scan() when conn is added via
hci_conn_add(), if hci_explicit_conn_params_set() fails the allocated
memory for conn is leaked. Use hci_conn_del() to release it.

Fixes: f75113a260 ("Bluetooth: add hci_connect_le_scan")
Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-01-12 11:24:16 +01:00
..
6lowpan 6lowpan: iphc: reset mac_header after decompress to fix panic 2018-10-03 17:01:42 -07:00
9p 9p/virtio: Add cleanup path in p9_virtio_init 2019-08-04 09:33:28 +02:00
802
8021q vlan: disable SIOCSHWTSTAMP in container 2019-05-16 19:43:46 +02:00
appletalk appletalk: Set error code if register_snap_client failed 2019-12-21 10:41:45 +01:00
atm net: atm: Fix potential Spectre v1 vulnerabilities 2019-04-27 09:34:40 +02:00
ax25 ax25: enforce CAP_NET_RAW for raw sockets 2019-10-05 12:30:15 +02:00
batman-adv batman-adv: Only read OGM2 tvlv_len after buffer len check 2019-09-21 07:14:14 +02:00
bluetooth Bluetooth: Fix memory leak in hci_connect_le_scan 2020-01-12 11:24:16 +01:00
bridge netfilter: bridge: make sure to pull arp header in br_nf_forward_arp() 2020-01-04 13:41:07 +01:00
caif caif: reduce stack size with KASAN 2019-05-08 07:19:07 +02:00
can can: purge socket error queue on sock destruct 2019-07-10 09:55:33 +02:00
ceph libceph: use kbasename() and kill ceph_file_part() 2019-08-11 12:22:15 +02:00
core net, sysctl: Fix compiler warning when only cBPF is present 2020-01-04 13:41:04 +01:00
dcb net: dcb: For wild-card lookups, use priority -1, not 0 2018-09-19 22:47:15 +02:00
dccp inet: stop leaking jiffies on the wire 2019-11-10 11:23:29 +01:00
decnet decnet: fix DN_IFREQ_SIZE 2019-12-05 15:35:12 +01:00
dns_resolver KEYS: DNS: fix parsing multiple options 2018-07-22 14:27:39 +02:00
dsa net: dsa: fix switch tree list 2019-11-10 11:23:26 +01:00
ethernet
hsr net/hsr: fix possible crash in add_timer() 2019-03-19 13:14:08 +01:00
ieee802154 ieee802154: enforce CAP_NET_RAW for raw sockets 2019-10-05 12:30:15 +02:00
ipv4 tcp: do not send empty skb from tcp_write_xmit() 2020-01-04 13:41:13 +01:00
ipv6 tcp/dccp: fix possible race __inet_lookup_established() 2020-01-04 13:41:12 +01:00
ipx
irda irda: Only insert new objects into the global database via setsockopt 2018-09-15 09:43:01 +02:00
iucv net/iucv: Free memory obtained by kzalloc 2018-03-31 18:11:34 +02:00
kcm kcm: switch order of device registration to fix a crash 2019-04-17 08:36:44 +02:00
key xfrm: clean up xfrm protocol checks 2019-09-16 08:19:32 +02:00
l2tp l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6 2019-11-28 18:29:03 +01:00
l3mdev
lapb lapb: fixed leak of control-blocks. 2019-06-22 08:17:22 +02:00
llc llc: avoid blocking in llc_sap_close() 2019-11-25 09:52:18 +01:00
mac80211 mac80211: fix station inactive_time shortly after boot 2019-12-05 15:34:11 +01:00
mac802154 net: mac802154: tx: expand tailroom if necessary 2018-09-09 20:01:19 +02:00
mpls mpls, nospec: Sanitize array index in mpls_label_ok() 2018-03-11 16:21:34 +01:00
ncsi
netfilter ipvs: move old_secure_tcp into struct netns_ipvs 2019-11-12 19:15:57 +01:00
netlabel netlabel: fix out-of-bounds memory accesses 2019-03-13 14:04:53 -07:00
netlink netlink: Don't shift on 64 for ngroups 2018-08-09 12:17:59 +02:00
netrom netrom: hold sock when setting skb->destructor 2019-08-04 09:33:35 +02:00
nfc net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive() 2020-01-04 13:40:16 +01:00
openvswitch openvswitch: support asymmetric conntrack 2019-12-21 10:42:23 +01:00
packet af_packet: set defaule value for tmo 2020-01-04 13:40:15 +01:00
phonet phonet: fix building with clang 2019-03-23 13:19:44 +01:00
qrtr net: qrtr: Stop rx_worker before freeing node 2019-10-05 12:30:13 +02:00
rds net/rds: Fix error handling in rds_ib_add_one() 2019-10-07 18:53:23 +02:00
rfkill rfkill: gpio: fix memory leak in probe error path 2018-05-16 10:08:43 +02:00
rose net: rose: fix a possible stack overflow 2019-04-03 06:24:14 +02:00
rxrpc rxrpc: Fix send on a connected, but unbound socket 2019-08-04 09:33:34 +02:00
sched net: sched: fix tc -s class show no bstats on class with nolock subqueues 2019-12-05 15:35:30 +01:00
sctp sctp: fully initialize v4 addr in some functions 2020-01-04 13:40:19 +01:00
strparser strparser: Fix incorrect strp->need_bytes value. 2018-04-29 11:32:02 +02:00
sunrpc sunrpc: fix crash when cache_head become valid before update 2019-12-21 10:42:19 +01:00
switchdev
tipc tipc: fix ordering of tipc module init and exit routine 2019-12-21 10:42:24 +01:00
unix net: fix warning in af_unix 2019-11-28 18:28:28 +01:00
vmw_vsock VSOCK: bind to random port for VMADDR_PORT_ANY 2019-12-05 15:34:26 +01:00
wimax
wireless nl80211: Fix a GET_KEY reply attribute 2019-11-25 09:53:23 +01:00
x25 net/x25: fix null_x25_address handling 2019-12-21 10:41:14 +01:00
xfrm xfrm: clean up xfrm protocol checks 2019-09-16 08:19:32 +02:00
compat.c sock: Make sock->sk_stamp thread-safe 2019-01-09 16:16:41 +01:00
Kconfig
Makefile
socket.c bpf: get rid of pure_initcall dependency to enable jits 2019-08-25 10:51:40 +02:00
sysctl_net.c