From 6bf15191f666c5965d212561d7a5c7b78b808dfa Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Mon, 6 May 2013 09:31:17 +0000 Subject: [PATCH] tipc: potential divide by zero in tipc_link_recv_fragment() The worry here is that fragm_sz could be zero since it comes from skb->data. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-format-patch failed