cvs commit: src/sys/netatalk ddp_output.c

Robert Watson rwatson at FreeBSD.org
Tue Nov 20 10:50:55 PST 2007


rwatson     2007-11-20 18:50:54 UTC

  FreeBSD src repository

  Modified files:
    sys/netatalk         ddp_output.c 
  Log:
  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.32      +8 -0      src/sys/netatalk/ddp_output.c


More information about the cvs-all mailing list