Module Name: src Committed By: martin Date: Wed Sep 11 16:18:36 UTC 2024
Modified Files: src/sys/net [netbsd-10]: nd.c Log Message: Pull up following revision(s) (requested by rin in ticket #827): sys/net/nd.c: revision 1.6 sys/net/nd.c: revision 1.7 nd_resolve: Maintain la_numheld. Otherwise lltable_drop_entry_queue never drops anything. Addresses mbuf leak, PR kern/58297. nd_timer: Update la_numheld when we clear la_hold (a.k.a. ln_hold). Followup for PR kern/58297 fix. Patch by mlelstv@. PR kern/58301 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.5.2.1 src/sys/net/nd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.