cvs commit: src/sys/netinet ip_options.c
    Christian S.J. Peron 
    csjp at FreeBSD.org
       
    Wed Aug 27 23:52:19 UTC 2008
    
    
  
csjp        2008-08-27 23:52:03 UTC
  FreeBSD src repository
  Modified files:
    sys/netinet          ip_options.c 
  Log:
  SVN rev 182311 on 2008-08-27 23:52:03Z by csjp
  
  Fix a panic in MAC kernels that was a result of un-initialized label
  storage.  We can safely remove the label copying operations since
  M_MOVE_PKTHDR will move the mbuf tags (which contain MAC labels) to
  the destination mbuf.
  
  MFC after:      1 week
  Discussed with: rwatson
  
  Revision  Changes    Path
  1.12      +0 -3      src/sys/netinet/ip_options.c
    
    
More information about the cvs-all
mailing list