cvs commit: src/sys/netinet6 ah_core.c ah_input.c esp_core.c esp_input.c

Hajimu UMEMOTO ume at FreeBSD.org
Fri Nov 14 22:18:10 PST 2003


ume         2003/11/14 22:18:09 PST

  FreeBSD src repository

  Modified files:
    sys/netinet6         ah_core.c ah_input.c esp_core.c 
                         esp_input.c 
  Log:
  - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation has
    to happen before the call to m_cat().
  - correct signedness mixups.
  - remove variable that is only assigned too but not referenced.
  
  Obtained from:  KAME
  
  Revision  Changes    Path
  1.22      +1 -1      src/sys/netinet6/ah_core.c
  1.18      +2 -6      src/sys/netinet6/ah_input.c
  1.21      +5 -5      src/sys/netinet6/esp_core.c
  1.24      +6 -8      src/sys/netinet6/esp_input.c


More information about the cvs-src mailing list