cvs commit: src/sys/net bpf.c

Robert Watson rwatson at FreeBSD.org
Fri Jun 11 03:45:43 GMT 2004


rwatson     2004-06-11 03:45:42 UTC

  FreeBSD src repository

  Modified files:
    sys/net              bpf.c 
  Log:
  Un-staticize 'dst' sockaddr in the stack of bpfwrite() to prevent
  the need to synchronize access to the structure.  I believe this
  should fit into the stack under the necessary circumstances, but
  if not we can either add synchronization or use a thread-local
  malloc for the duration.
  
  Revision  Changes    Path
  1.126     +2 -1      src/sys/net/bpf.c


More information about the cvs-src mailing list