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
The hashing function used signed intger for varaible hash and seed,
which could lead to integer overflow. Fix the issue by changing the
signed integer type to unsigned.
Closes: eclipse-omr#1794
Signed-off-by: Bohao(Aaron) Wang <[email protected]>
Minor issue :)
https://github.com/eclipse/omr/blob/8595d1c3b98b623cf696f9e1cb8a8ae1c94e0925/compiler/compile/OMRCompilation.cpp#L338-L347
Discovered by running Tril's compiler tests with
-fsanitized=undefined
The text was updated successfully, but these errors were encountered: