From: Herbert Xu Date: Sun, 1 Nov 2015 09:11:19 +0000 (+0800) Subject: crypto: algif_hash - Only export and import on sockets with data X-Git-Tag: v3.2.74~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd65107fc1d80498ea8d8185edb48d05a1a85255;p=pandora-kernel.git crypto: algif_hash - Only export and import on sockets with data commit 4afa5f9617927453ac04b24b584f6c718dfb4f45 upstream. The hash_accept call fails to work on sockets that have not received any data. For some algorithm implementations it may cause crashes. This patch fixes this by ensuring that we only export and import on sockets that have received data. Reported-by: Harsh Jain Signed-off-by: Herbert Xu Tested-by: Stephan Mueller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed