kmowery / address-leak

1 stars 0 forks source link

P2I Cast in: Source/JavaScriptCore/jit/Repatch.cpp Line: 977 #90

Open dkohlbre opened 11 years ago

dkohlbre commented 11 years ago

Check the pointer to integer cast in Source/JavaScriptCore/jit/Repatch.cpp line 977

marcandrysco commented 11 years ago

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.