Pt 165173962 fuzz testing aefate #161

Merged
zxq9 merged 36 commits from PT-165173962-fuzz-testing-aefate into master 2019-06-04 01:37:50 +09:00
Showing only changes of commit 34b9684b6b - Show all commits

View File

@ -293,6 +293,9 @@ deserialize_functions(<<Op:8, Rest/binary>>,
false -> false ->
deserialize_functions(Rest2, Env#{ current_bb_code => OpCode}) deserialize_functions(Rest2, Env#{ current_bb_code => OpCode})
end; end;
deserialize_functions(<<>>, #{ function := none
, functions := Funs}) ->
Funs;
deserialize_functions(<<>>, #{ function := {F, Sig} deserialize_functions(<<>>, #{ function := {F, Sig}
, bb := BB , bb := BB
, current_bb_code := Code , current_bb_code := Code