git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4b102
)
tipc: potential divide by zero in tipc_link_recv_fragment()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Mon, 6 May 2013 09:31:17 +0000
(09:31 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 6 May 2013 20:16:52 +0000
(16:16 -0400)
The worry here is that fragm_sz could be zero since it comes from
skb->data.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found