-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: lookup_input_varnode_defitem() should not use equal() to comp…
…are Var-nodes Var-nodes in the reltarget of input-paths are not normalized to this level of GpuJoin, so it may have different varnullingrels even if they are identical Var-nodes. So, we should not use equal() here to compare Var-nodes. issue related to #673
- Loading branch information
Showing
1 changed file
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters