]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netrom: copy_datagram_iovec can fail
authorAlan Cox <alan@linux.intel.com>
Tue, 4 Sep 2012 04:13:18 +0000 (04:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Oct 2012 20:47:04 +0000 (05:47 +0900)
commit086abe685d86bc9cee45e0e4407d9c4a89f4d930
tree3df7449f777027a360ad29b9db337742d775bac4
parente3b5998c0a9ba5528751c293bf3c3a1ee24dd891
netrom: copy_datagram_iovec can fail

[ Upstream commit 6cf5c951175abcec4da470c50565cc0afe6cd11d ]

Check for an error from this and if so bail properly.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/netrom/af_netrom.c