From: Ian McDonald Date: Sat, 4 Mar 2006 01:54:46 +0000 (-0800) Subject: [DCCP] ccid3: Divide by zero fix X-Git-Tag: v2.6.16-rc6~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09966608da7e8cad3468e925ac9062e44fee831;p=pandora-kernel.git [DCCP] ccid3: Divide by zero fix In rare circumstances 0 is returned by dccp_li_hist_calc_i_mean which leads to a divide by zero in ccid3_hc_rx_packet_recv. Explicitly check for zero return now. Update copyright notice at same time. Found by Arnaldo. Signed-off-by: Ian McDonald Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed