summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st-nci/st-nci_se.c
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2015-08-14 22:33:33 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2015-08-17 00:35:07 +0200
commit5a3570061a131309143a49e4bbdbce7e23f261e7 (patch)
treee5499982853bc3190364257d51b457d0bc5247bf /drivers/nfc/st-nci/st-nci_se.c
parentnfc: st-nci: Fix non accurate comment for st_nci_i2c_read (diff)
downloadlinux-5a3570061a131309143a49e4bbdbce7e23f261e7.tar.xz
linux-5a3570061a131309143a49e4bbdbce7e23f261e7.zip
NFC: st21nfca: fix use of uninitialized variables in error path
st21nfca_hci_load_session() calls kfree_skb() on unitialized variables skb_pipe_info and skb_pipe_list if the call to nfc_hci_connect_gate() failed. Reword the error path to not use these variables when they are not initialized. While at it, there seemed to be a memory leak because skb_pipe_info was only freed once, after the for-loop, even though several ones were created by nfc_hci_send_cmd. Fixes: ec03ff1a8f9a ("NFC: st21nfca: Remove skb_pipe_list and skb_pipe_info useless allocation") Cc: stable@vger.kernel.org Acked-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/st-nci/st-nci_se.c')
0 files changed, 0 insertions, 0 deletions