NetBSD/src SJO64jwsys/netinet6 scope6.c

   Decorate in6_clearscope() with __noubsan

   sys/netinet6/scope6.c:480:6,
   member access within misaligned address 0xffff9457bc441286 for type
   'struct in6_addr' which requires 4 byte alignment

   This issue is caused by accessing non-__packed struct in __packed.
   This is a[always?] false-positive reported by the sanitizer and there is no
   clear non-invasive approach to handle this, without changing ABI of long
   term existing code.

   Reported-by: syzbot+b53a9bcf030288081e65 at syzkaller.appspotmail.com
VersionDeltaFile
1.21+3-2sys/netinet6/scope6.c
+3-21 files

UnifiedSplitRaw