Re: [PATCH] Bluetooth: hci_ll: Fix NULL pointer deref on FW upload failure

2017-04-16 Thread Marcel Holtmann
Hi Sebastian, > Avoid NULL pointer dereference occurring due to freeing > skb containing an error pointer. It can easily be triggered > by using the driver with broken uart (i.e. due to misconfigured > pinmuxing). > > Fixes: 371805522f87 ("bluetooth: hci_uart: add LL protocol serdev driver >

Re: [PATCH] Bluetooth: hci_ll: Fix NULL pointer deref on FW upload failure

2017-04-16 Thread Marcel Holtmann
Hi Sebastian, > Avoid NULL pointer dereference occurring due to freeing > skb containing an error pointer. It can easily be triggered > by using the driver with broken uart (i.e. due to misconfigured > pinmuxing). > > Fixes: 371805522f87 ("bluetooth: hci_uart: add LL protocol serdev driver >

[PATCH] Bluetooth: hci_ll: Fix NULL pointer deref on FW upload failure

2017-04-15 Thread Sebastian Reichel
Avoid NULL pointer dereference occurring due to freeing skb containing an error pointer. It can easily be triggered by using the driver with broken uart (i.e. due to misconfigured pinmuxing). Fixes: 371805522f87 ("bluetooth: hci_uart: add LL protocol serdev driver support") Signed-off-by:

[PATCH] Bluetooth: hci_ll: Fix NULL pointer deref on FW upload failure

2017-04-15 Thread Sebastian Reichel
Avoid NULL pointer dereference occurring due to freeing skb containing an error pointer. It can easily be triggered by using the driver with broken uart (i.e. due to misconfigured pinmuxing). Fixes: 371805522f87 ("bluetooth: hci_uart: add LL protocol serdev driver support") Signed-off-by: