commit | eeb1497277d6b1a0a34ed36b97e18f2bd7d6de0d | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Fri Jun 17 16:25:39 2011 -0400 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 17 16:25:39 2011 -0400 |
tree | 6bf39e1931999e49ef29b2bdcacc530044dcb1df | |
parent | 2f9381e98471837b631743270de988e78aad1f96 [diff] |
inet_diag: fix inet_diag_bc_audit() A malicious user or buggy application can inject code and trigger an infinite loop in inet_diag_bc_audit() Also make sure each instruction is aligned on 4 bytes boundary, to avoid unaligned accesses. Reported-by: Dan Rosenberg <drosenberg@vsecurity.com> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>