Open dkohlbre opened 11 years ago
Check the pointer to integer cast in Source/JavaScriptCore/jit/Repatch.cpp line 977
This has lead to a lot of high-risk casts in Source/JavaScriptCore/assembler/CodeLocation.h. They are probably fine, but it could be a source of issues given the way it is passed in arbitrary offsets.
Check the pointer to integer cast in Source/JavaScriptCore/jit/Repatch.cpp line 977