Revision 328fc47ea0bcc27d9afa69c3ad6e52431cadd76c authored by Vlad Yasevich on 27 August 2008, 23:08:54 UTC, committed by David S. Miller on 27 August 2008, 23:08:54 UTC
The bonds check to prevent buffer overlflow was not exactly
right.  It still allowed overflow of up to 8 bytes which is
sizeof(struct sctp_authkey).

Since optlen is already checked against the size of that struct,
we are guaranteed not to cause interger overflow either.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent f2455eb
History
File Mode Size
kvm

back to top