add compile workflow
add fuzzing instrumentation
This commit is contained in:
23
fuzz/corpus/5098f4e007a770f438a4f1ce3330d6a9f63a0925
Normal file
23
fuzz/corpus/5098f4e007a770f438a4f1ce3330d6a9f63a0925
Normal file
@@ -0,0 +1,23 @@
|
||||
// comment
|
||||
#? comment
|
||||
/*
|
||||
comment
|
||||
*/
|
||||
|
||||
resource_1 "strlit1" "strlit2" {
|
||||
attr1 = "val1"
|
||||
tupl1 = [ 1, 2, 3.4, Þ™<C39E>Œ" ]
|
||||
tupl2 = []
|
||||
obj1 = { foo = "baz" }
|
||||
)
|
||||
cond1 = (1 == 2) ? 1 : "foobar"
|
||||
bin1 ! = ((1+2)%3)*4
|
||||
esc1 = "\" \t \UFF11FF22 \OF
|
||||
|
||||
nestesuedor_rce_1 {
|
||||
attr1 = 2
|
||||
attr2 = 2.112
|
||||
attr3 = 2.112e-12E-12
|
||||
attr7 = 0x21FF
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user