Skip to content

exekall: Fix wrong ExprData sharing

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr123 into next

ExprData is supposed to be different for each expression, but ended up being shared. Make sure it is not by cloning the expressions.

Merge request reports