Bug 137433
Summary: | Safari does not run certain asm.js compiled code correctly | ||
---|---|---|---|
Product: | WebKit | Reporter: | contact |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Major | CC: | fpizlo, ggaren, mark.lam, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 7.0 |
contact
Safari gives incorrect output for an asm.js compiled hashing library (js-scrypt). It's speculated that the issue has to do with low level string formatting / conversion, that isn't being properly implemented in Safari.
https://github.com/tonyg/js-scrypt/issues/6
On Subrosa.io, users cannot sign into accounts created by non-Safari browsers on Safari, and vice versa.
This isn't an issue with the library, but rather with JavaScriptCore.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/18558748>
Mark Lam
To the folks at subrosa.io, are there steps for reproducing this issue? At the provided url, I only see a comment trail discussing the issue, but I don't see any mention of any steps to reproduce the issue. Thanks.