[Bug 242784] arp: segfault on service netif restart

2019-12-31 Thread bugzilla-noreply
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:

[Bug 242784] arp: segfault on service netif restart

2019-12-31 Thread bugzilla-noreply
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

[Bug 243010] [re] RTL8111/8168/8411 Gigabit Ethernet 100% packet loss (post upgrade after 12.0-REL-p10)

2019-12-31 Thread bugzilla-noreply
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

[Bug 242784] arp: segfault on service netif restart

2019-12-31 Thread bugzilla-noreply
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++) {