From: Eric Dumazet <redacted>
Date: Fri, 17 Jun 2011 22:19:50 +0200
[PATCH] 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 <redacted>
Signed-off-by: Eric Dumazet <redacted>
Applied and queued up for -stable, thanks!