Date: Wed, 13 Nov 2002 03:31:44 -0800 (PST) From: Maxim Konovalov <maxim@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c Message-ID: <200211131131.gADBViEe010812@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
maxim 2002/11/13 03:31:44 PST
Modified files:
sys/netinet ip_dummynet.c
Log:
Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger than
ipfw_flow_id structure actual size and bcmp(3) may fail to compare
them properly. Compare members of these structures instead.
PR: kern/44078
Submitted by: Oleg Bulyzhin <oleg@rinet.ru>
Reviewed by: luigi
MFC after: 2 weeks
Revision Changes Path
1.55 +6 -1 src/sys/netinet/ip_dummynet.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211131131.gADBViEe010812>
