[Bug 210379] [panic] in6_lltable_dump_entry bcopy page fault

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 19 20:08:35 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210379

Mark Johnston <markj at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj at FreeBSD.org

--- Comment #2 from Mark Johnston <markj at FreeBSD.org> ---
(In reply to Allan Jude from comment #1)
It's related in that it touched the line of code at which we're crashing, but
without the change that bcopy was bogus: lle->ll_addr is a char *, so
bcopy(&lle->ll_addr, LLADDR(sdl), ifp->if_addrlen) just copies the address
of the MAC address into sdl, rather than the MAC address itself. The type
of lle->ll_addr changed in r292978.

Based on the panic, lle->ll_addr is NULL in your case.

Did this start occurring after an update? What was the from-revision?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-amd64 mailing list