You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Fuzzilli/Lifting/WasmLifter.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1980,7 +1980,7 @@ public class WasmLifter {
1980
1980
// wasmReassign is quite special, it needs to work for variables stored in various places, e.g. local slots or even globals. As such the lifting here first needs to locate the destination variable.
1981
1981
varout=Data()
1982
1982
1983
-
varstoreInstruction=Data()
1983
+
letstoreInstruction:Data
1984
1984
// If the variable is a local, we load the stack slot.
1985
1985
// Check for the stack location of the `to` variable.
0 commit comments