https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784
--- Comment #8 from Eugene Grosbein ---
Created attachment 210368
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210368&action=edit
proposed fix
Nevermind. Please try this patch instead.
--
You are receiving this mail because:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784
--- Comment #7 from Eugene Grosbein ---
There is a check for zero index in the code. Zero index means end of list. Can
you please share the backtrace and debugging arp binary with coredump, too?
--
You are receiving this mail because:
You
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243010
Mark Linimon changed:
What|Removed |Added
Assignee|b...@freebsd.org|n...@freebsd.org
--
You are receiv
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242784
--- Comment #6 from cor...@openmailbox.org ---
It gets into print_entry(), and there’s a loop with careless errors
in the loop condition:
for (p = ifnameindex; p && ifnameindex->if_index &&
ifnameindex->if_name; p++) {