Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2007 18:50:54 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netatalk ddp_output.c
Message-ID:  <200711201850.lAKIos2x099670@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711201850.lAKIos2x099670>