From: J. Bruce Fields Date: Mon, 14 Feb 2011 20:03:35 +0000 (-0500) Subject: svcrpc: close connection if client sends short packet X-Git-Tag: v3.0-rc1~8^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc6c2127f2316c2b2ad1e8919b45cde5e03f65aa;p=pandora-kernel.git svcrpc: close connection if client sends short packet If the client sents a record too short to contain even the beginning of the rpc header, then just close the connection. The current code drops the record data and continues. I don't see the point. It's a hopeless situation and simpler just to cut off the connection completely. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed