NetBSD/sys/netinet6
kamil a5df2084c7 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@syzkaller.appspotmail.com
2019-09-20 14:53:24 +00:00
..
Makefile
dccp6_usrreq.c
dccp6_var.h
dest6.c
files.netinet6
frag6.c
icmp6.c
icmp6_private.h
in6.c
in6.h Revert regression introduced in in6.h r. 1.95 2019-09-05 20:17:27 +00:00
in6_cksum.c
in6_gif.c Avoid having a rtcache directly in a percpu storage for tunnel protocols. 2019-09-19 06:07:24 +00:00
in6_gif.h
in6_ifattach.c
in6_ifattach.h
in6_l2tp.c Avoid having a rtcache directly in a percpu storage for tunnel protocols. 2019-09-19 06:07:24 +00:00
in6_l2tp.h
in6_offload.c
in6_offload.h add forward decl 2019-08-05 10:25:41 +00:00
in6_pcb.c Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlock 2019-05-15 02:59:18 +00:00
in6_pcb.h
in6_print.c
in6_proto.c
in6_src.c
in6_var.h
ip6_flow.c
ip6_forward.c Avoid having a rtcache directly in a percpu storage 2019-09-19 04:08:29 +00:00
ip6_id.c
ip6_input.c Apply some missing changes lost on the previous commit 2019-09-19 05:31:50 +00:00
ip6_mroute.c Fix typo in comment (s/alreay/already/). 2019-07-24 02:38:29 +00:00
ip6_mroute.h
ip6_output.c Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlock 2019-05-15 02:59:18 +00:00
ip6_private.h
ip6_var.h Count packets dropped by pfil 2019-05-13 07:47:59 +00:00
ip6protosw.h
mld6.c
mld6_var.h
nd6.c inet6: Re-introduce ND6_LLINFO_WAITDELETE so we can return EHOSTDOWN 2019-09-01 19:26:21 +00:00
nd6.h inet6: Re-introduce ND6_LLINFO_WAITDELETE so we can return EHOSTDOWN 2019-09-01 19:26:21 +00:00
nd6_nbr.c nd6: remove extra pserialize_read_exit 2019-09-18 08:18:05 +00:00
nd6_rtr.c
pim6.h
pim6_var.h
raw_ip6.c
raw_ip6.h
route6.c
scope6.c Decorate in6_clearscope() with __noubsan 2019-09-20 14:53:24 +00:00
scope6_var.h
sctp6_usrreq.c Split out the prototypes for add/delete address into a separate header file. 2019-06-25 15:33:55 +00:00
sctp6_var.h
udp6.h
udp6_private.h
udp6_usrreq.c
udp6_var.h