syzkaller/sys
Dmitry Vyukov 4969639c7c executor: fix strict aliasing violations
test_copyin does bad things. Fix that.

executor/test.h: In function ‘int test_copyin()’:
executor/common.h:299:16: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
   *(type*)(addr) = (type)(val);                                     \
                ^
2018-07-24 13:29:26 +02:00
..
akaros sys/akaros: add a bunch of global files for akaros 2018-07-16 20:30:09 +02:00
android sys/linux: add ion and ashmem devices support 2018-01-09 21:24:28 +01:00
freebsd prog, pkg/compiler: support fmt type 2018-07-08 22:52:24 +02:00
fuchsia sys/fuchsia: Update Fuchsia syscalls. 2018-07-07 13:56:36 +02:00
linux sys/linux/socket_netlink_route: add specific policies for IFLA_LINKINFO 2018-07-17 10:08:31 +02:00
netbsd prog, pkg/compiler: support fmt type 2018-07-08 22:52:24 +02:00
syz-extract sys/akaros: add all syscalls 2018-07-06 20:19:03 +02:00
syz-sysgen executor: overhaul 2018-07-24 12:04:27 +02:00
targets executor: fix strict aliasing violations 2018-07-24 13:29:26 +02:00
test executor: overhaul 2018-07-24 12:04:27 +02:00
windows pkg/compiler: check for unused declarations 2018-06-30 19:34:41 +02:00
sys.go all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00