Searched hist:eeb1497277d6b1a0a34ed36b97e18f2bd7d6de0d (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | inet_diag.c | diff eeb1497277d6b1a0a34ed36b97e18f2bd7d6de0d Fri Jun 17 15:25:39 CDT 2011 Eric Dumazet <eric.dumazet@gmail.com> 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>
|