Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   ozaki-r
Date:           Tue Mar  6 07:25:27 UTC 2018

Modified Files:
        src/sys/net: if_llatbl.c
        src/sys/netinet: in.c
        src/sys/netinet6: in6.c

Log Message:
Fix memory leaks on arp -d and ndp -d for static entries

We have to delete entries on in_lltable_delete and in6_lltable_delete
unconditionally.  Note that we don't need to worry about LLE_IFADDR because
there is no such entries now.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/net/if_llatbl.c
cvs rdiff -u -r1.221 -r1.222 src/sys/netinet/in.c
cvs rdiff -u -r1.262 -r1.263 src/sys/netinet6/in6.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