[Webkit-unassigned] [Bug 183602] imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.html is crashing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 13 11:30:12 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=183602
--- Comment #1 from youenn fablet <youennf at gmail.com> ---
Looking at the Crypto code, I also noted two issues:
1. CryptoKeyRSA::generatePair can leak memory
2. encrypt (decrypt probably as well) are passing strings through different threads without doing any cross-thread copying.
I added a FIXME for 1.
I'll do a follow-up patch for (at least partially 2).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180313/39acbbb5/attachment.html>
More information about the webkit-unassigned
mailing list