From: Allan Stephens Date: Tue, 18 Jan 2011 18:24:55 +0000 (-0500) Subject: tipc: Improve handling of invalid link tolerance values X-Git-Tag: v2.6.39-rc1~468^2~274^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5413b4c6c07b659e52c84a4e40d897b32b89834f;p=pandora-kernel.git tipc: Improve handling of invalid link tolerance values Enhances TIPC link code to ignore an invalid link tolerance value contained in an incoming LINK_PROTOCOL message, rather than processing the value and potentially causing a divide-by-zero error. Also add a compile-time check that catches attempts to redefine TIPC's minimum link tolerance value in a manner that might result in the same divide-by-zero error at run-time. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed