cvs commit: src/sys/net if_atmsubr.c if_fwsubr.c if_iso88025subr.c route.c src/sys/netinet6 nd6.c

Gleb Smirnoff glebius at FreeBSD.org
Thu Aug 11 08:14:54 GMT 2005


glebius     2005-08-11 08:14:53 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_atmsubr.c if_fwsubr.c 
                         if_iso88025subr.c route.c 
    sys/netinet6         nd6.c 
  Log:
  o Make rt_check() function more strict:
    - rt0 passed to rt_check() must not be NULL, assert this.
    - rt returned by rt_check() must be valid locked rtentry,
      if no error occured.
  o Modify callers, so that they never pass NULL rt0
    to rt_check().
  
  Reviewed by:    sam, ume (nd6.c)
  
  Revision  Changes    Path
  1.41      +7 -5      src/sys/net/if_atmsubr.c
  1.15      +7 -5      src/sys/net/if_fwsubr.c
  1.71      +7 -5      src/sys/net/if_iso88025subr.c
  1.111     +40 -40    src/sys/net/route.c
  1.53      +6 -0      src/sys/netinet6/nd6.c


More information about the cvs-src mailing list