[Webkit-unassigned] [Bug 189044] New: Add specialize template declarations of HashTraits and DefaultHash to detect misuse

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 02:10:45 PDT 2018


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

            Bug ID: 189044
           Summary: Add specialize template declarations of HashTraits and
                    DefaultHash to detect misuse
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

Add specialize template declarations of HashTraits and DefaultHash to detect misuse

Some classes have a separate header for specializations of
WTF::HashTraits and WTF::DefaultHash to reduce the number of
header files included. For example, ColorHash.h and Color.h.

If someone is mistakenly using hash without including the
specialization header, the linker would silently produce an
broken executable. (Bug 188893)

-- 
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/20180828/b948cf11/attachment.html>


More information about the webkit-unassigned mailing list