[Webkit-unassigned] [Bug 88673] REGRESSION: Cannot log in to webanketa.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 22 01:47:24 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=88673





--- Comment #11 from Maxim <sailormax at inbox.lv>  2012-11-22 01:49:25 PST ---
comment from one of jsSHA users:
I think I have found the problem. The rotr_64 function seems to mutate its argument. I do this:

rotr_64 = function (x, n) {
 x = new Int_64(x.highOrder, x.lowOrder);
 ...

and that seems to fix the problem.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list