Skip to content
Commit dd006fc4 authored by Yang Wei's avatar Yang Wei Committed by David S. Miller
Browse files

nfc: fix potential illegal memory access



The frags_q is not properly initialized, it may result in illegal memory
access when conn_info is NULL.
The "goto free_exit" should be replaced by "goto exit".

Signed-off-by: default avatarYang Wei <albin_yang@163.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4993e5b3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment