kmowery / address-leak

1 stars 0 forks source link

P2I Cast in: Source/JavaScriptCore/runtime/JSScope.cpp Line: 92 #113

Open dkohlbre opened 11 years ago

dkohlbre commented 11 years ago

Check the pointer to integer cast in Source/JavaScriptCore/runtime/JSScope.cpp line 92

marcandrysco commented 11 years ago

Direct pointer->uintptr_t cast. Likely okay, but would take some time to verify.