syzkaller/pkg/compiler
Dmitry Vyukov 4b042b7d67 sys/linux: fix int64 alignment on 386
Turns out int64 alignment is 4 on 386...
But on arm it's still 8.

Another amusing finding thanks to syz-check.

Update #590
2019-12-23 08:57:42 +01:00
..
testdata pkg/compiler: fix alignment of string-formatted values 2019-12-20 16:45:34 +01:00
check.go pkg/compiler: special BASE argument in templates 2019-11-01 19:14:49 +01:00
compiler_test.go pkg/compiler: fix infinite recursion in template instantiation 2019-10-10 11:57:33 +02:00
compiler.go pkg/compiler: support complex len targets 2019-05-14 19:28:01 +02:00
consts_test.go prog, pkg/compiler: alignment for integer ranges 2019-10-25 18:16:59 +02:00
consts.go pkg/compiler: work around 0-array-size errors due to missing consts 2019-05-15 13:48:59 +02:00
fuzz.go fuzz.yaml: add pkg/compiler and trace2syz fuzzers 2019-03-05 15:57:06 +01:00
gen.go sys/linux: fix int64 alignment on 386 2019-12-23 08:57:42 +01:00
types.go sys/linux: improve CAN descriptions 2019-11-04 12:39:39 +01:00