[Bug 279653] Page fault in in6_selecthlim
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jun 2024 09:16:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279653 --- Comment #10 from Andrey V. Elsukov <ae@FreeBSD.org> --- (In reply to Daniel Ponte from comment #9) it looks like an epair(4) device was detached and some packets were going to send through, but were delayed. Then afdata[AF_INET6] was freed due to epair ifnet detach and access to this data triggers panic. -- You are receiving this mail because: You are the assignee for the bug.