]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: correctly crypto_alloc_hash return check
authorInsu Yun <wuninsu@gmail.com>
Tue, 16 Feb 2016 02:30:33 +0000 (21:30 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2016 03:23:04 +0000 (22:23 -0500)
commit58585390e59978547b2a3ffc41f0546425995117
tree7a5590df36b8ca3e97fbe4cd88f55b488aafc1c0
parent7fa5e4c565f3dec0dfa9978ee45ee52398c016c7
tcp: correctly crypto_alloc_hash return check

crypto_alloc_hash never returns NULL

Signed-off-by: Insu Yun <wuninsu@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c