lkml.org 
[lkml]   [2015]   [Jul]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.1 016/267] Bluetooth: btusb: Fix memory leak in Intel setup routine
    Date
    4.1-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Marcel Holtmann <marcel@holtmann.org>

    commit ecffc80478cdce122f0ecb6a4e4f909132dd5c47 upstream.

    The SKB returned from the Intel specific version information command is
    missing a kfree_skb.

    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
    Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/bluetooth/btusb.c | 2 ++
    1 file changed, 2 insertions(+)

    --- a/drivers/bluetooth/btusb.c
    +++ b/drivers/bluetooth/btusb.c
    @@ -1993,6 +1993,8 @@ static int btusb_setup_intel(struct hci_
    }
    fw_ptr = fw->data;

    + kfree_skb(skb);
    +
    /* This Intel specific command enables the manufacturer mode of the
    * controller.
    *



    \
     
     \ /
      Last update: 2015-08-01 00:21    [W:2.539 / U:0.100 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site