[Webkit-unassigned] [Bug 193170] New: PlatformECKey should use a std::unique_ptr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 5 04:01:22 PST 2019


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

            Bug ID: 193170
           Summary: PlatformECKey should use a std::unique_ptr
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: jiewen_tan at apple.com

PlatformECKey should use a std::unique_ptr.

Although there are no known leaks of PlatformECKey, keeping it in a std::unique_ptr makes it much harder to leak by accident.

This change is very similar to Bug 193154 which changed PlatformRSAKey to use a std::unique_ptr.

-- 
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/20190105/0469dc57/attachment.html>


More information about the webkit-unassigned mailing list