[Bug 274009] in_pcblookup_hash_locked: invalid local address panic on sendto(2) to ipv4-mapped
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Oct 2023 21:02:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274009 --- Comment #8 from Michael Tuexen <tuexen@freebsd.org> --- (In reply to Mark Johnston from comment #6) I tested your patch in review D39215 and it resolves the issues. However, in other places inp_vflag is modified when using mapped addresses. I have done this dance in review D42031 and it resolves the panic, too. This seems to be consistent. I'm not sure which one is the correct approach. Is the intention of review D39215 than such a inp_vflag is not necessary anymore and can be removed from the other places? -- You are receiving this mail because: You are on the CC list for the bug.