[Webkit-unassigned] [Bug 210461] New: Replace use of Checked<size_t, RecordOverflow> with CheckedSize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 13 15:31:05 PDT 2020


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

            Bug ID: 210461
           Summary: Replace use of Checked<size_t, RecordOverflow> with
                    CheckedSize
           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: ddkilzer at webkit.org
                CC: darin at apple.com

Replace use of Checked<size_t, RecordOverflow> with CheckedSize.

Mechanical replacement:

$ grep -l -r 'Checked<size_t, RecordOverflow>' Source | xargs -n 1 perl -pi -e 's/Checked<size_t, RecordOverflow>/CheckedSize/g'

And clean-up:

$ git checkout HEAD Source/WTF/wtf/CheckedArithmetic.h

Via Source/WTF/wtf/CheckedArithmetic.h:

typedef Checked<size_t, RecordOverflow> CheckedSize;

-- 
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/20200413/1a1abceb/attachment.htm>


More information about the webkit-unassigned mailing list