Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dist/ipf/netinet



Module Name:    src
Committed By:   darrenr
Date:           Sat Apr 15 13:58:43 UTC 2006

Modified Files:
        src/sys/dist/ipf/netinet: ip_auth.c

Log Message:
This change corrects what 1.6 tried to do.  This feels like a coverity fix
for a code path that should never actually happen (fr_newauth() should only
be called for auth rules - i.e. when fin_fr != NULL.  If it is possible to
call fr_newauth() with fin_fr == NULL then this change introduces a
regression compared to prior importing of 4.1.13.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/dist/ipf/netinet/ip_auth.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index