|
|||||||||||
|
kernel/2914: serious bug in ipcomp
From: <j(at)pureftpd.org>
Date: Sat Sep 07 2002 - 08:31:31 EDT
System : OpenBSD 3.1 Architecture: OpenBSD.i386 Machine : i386 >Description: netinet/ip_ipcomp.c The part that check for maximum packet size violations is broken. skip + hlen + ralen is the right sum, but it would be better to initialize ralen instead of rblen. See lines around 411. - >Fix:
sed s/rblen/ralen/ and remove rblen. >Release-Note:
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:36 EDT |
||||||||||
|
|||||||||||