summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2022-03-02 22:25:18 +0300
committerDavid S. Miller <davem@davemloft.net>2022-03-03 13:43:37 +0300
commit13a3585b264bfeba018941a713b8d7fc9b8221a2 (patch)
tree189ec2afaaf5c5ae8ab977f2dd0f41377bd03812 /.mailmap
parentca0a53dcec9495d1dc5bbc369c810c520d728373 (diff)
downloadlinux-13a3585b264bfeba018941a713b8d7fc9b8221a2.tar.xz
nfc: llcp: nullify llcp_sock->dev on connect() error paths
Nullify the llcp_sock->dev on llcp_sock_connect() error paths, symmetrically to the code llcp_sock_bind(). The non-NULL value of llcp_sock->dev is used in a few places to check whether the socket is still valid. There was no particular issue observed with missing NULL assignment in connect() error path, however a similar case - in the bind() error path - was triggereable. That one was fixed in commit 4ac06a1e013c ("nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect"), so the change here seems logical as well. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions