commit | da49b5dad18aad357ab8841ee65d415f683efc6f | [log] [tgz] |
---|---|---|
author | Vasyl Gomonovych <gomonovych@gmail.com> | Thu Dec 21 16:57:52 2017 +0100 |
committer | Casey Schaufler <casey@schaufler-ca.com> | Wed Dec 27 14:43:19 2017 -0800 |
tree | 244ed6c95034085c102d3c1a26c47573259ff962 | |
parent | d21bd6898336a7892914d308d5e0868f0b863571 [diff] |
Smack: fix dereferenced before check This patch fixes the warning reported by smatch: security/smack/smack_lsm.c:2872 smack_socket_connect() warn: variable dereferenced before check 'sock->sk' (see line 2869) Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com> Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>