From: Al Viro Date: Mon, 4 Dec 2006 22:05:09 +0000 (+0000) Subject: [PATCH] remote memory corruptor in ibmtr.c X-Git-Tag: v2.6.20-rc1~34^2~40^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee28b0da1069ced1688aa9d0b7b378353b988321;p=pandora-kernel.git [PATCH] remote memory corruptor in ibmtr.c ip_summed changes last summer had missed that one. As the result, we have ip_summed interpreted as CHECKSUM_PARTIAL now. IOW, ->csum is interpreted as offset of checksum in the packet. net/core/* will both read and modify the value as that offset, with obvious reasons. At the very least it's a remote memory corruptor. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed