cvs commit: src/sys/netatalk ddp_output.c
Robert Watson
rwatson at FreeBSD.org
Wed Jan 30 14:25:34 PST 2008
rwatson 2008-01-30 22:25:34 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/netatalk ddp_output.c
Log:
Merge ddp_output.c:1.32 from HEAD to RELENG_7:
Annotate two possible bugs in a comment: (1) we allocate and explicitly
prepend a data mbuf in front of a header mbuf without moving the header
to the new mbuf, and (2) a possible alignment problem on architectures
with strict alignment as reported in kern/4184.
PR: kern/4184 (1)
Revision Changes Path
1.30.2.1 +8 -0 src/sys/netatalk/ddp_output.c
More information about the cvs-src
mailing list