syzkaller/pkg/compiler
Dmitry Vyukov 70c104a18f pkg/compiler: fix crash on fmt[flags]
Flags with only 1 value 0 are transformed to ConstType.
Fmt did not expect that.

Fixes #1965
2020-07-23 17:13:55 +02:00
..
testdata pkg/compiler: fix crash on fmt[flags] 2020-07-23 17:13:55 +02:00
attrs.go prog: introduce call attributes 2020-04-19 10:26:57 +02:00
check.go all: fix dup types in func args 2020-07-04 15:05:30 +02:00
compiler_test.go prog: remove StructDesc 2020-05-03 12:55:42 +02:00
compiler.go pkg/compiler: simplify and enhance handling of builtins 2020-05-05 14:01:52 +02:00
consts_test.go pkg/compiler: add tests for generation phase 2020-03-17 21:19:13 +01:00
consts.go .golangci.yml: reduce scope of suppressions 2020-06-07 10:41:01 +02:00
fuzz.go fuzz.yaml: add pkg/compiler and trace2syz fuzzers 2019-03-05 15:57:06 +01:00
gen.go prog/types.go: add Type.Alignment() and TypeCommon.TypeAlign 2020-07-14 12:20:37 +02:00
types.go pkg/compiler: fix crash on fmt[flags] 2020-07-23 17:13:55 +02:00