summaryrefslogtreecommitdiffstats
path: root/net/lapb/lapb_iface.c
diff options
context:
space:
mode:
authorRasesh Mody <rmody@brocade.com>2013-12-17 17:07:38 -0800
committerDavid S. Miller <davem@davemloft.net>2013-12-18 00:30:34 -0500
commit96e31adf8d73f10bd2b616a17bd8af0d53e9da33 (patch)
tree1465a56068a7fdc123b2be2142e4f67cbe4466d3 /net/lapb/lapb_iface.c
parent17a30a14db09dfe9d3302f8a2d50571b0d94b144 (diff)
bna: Add NULL Check Before Dereferencing TCB
Currently we already check to see whether the BNAD_TXQ_TX_STARTED cleared. But if the tcb structure which contains this flag is also already freed by that time, we would dereference the NULL pointer. This patch is to check tcb for NULL pointer, before dereferencing it. Signed-off-by: Rasesh Mody <rmody@brocade.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions