[Webkit-unassigned] [Bug 171517] New: Stop using strcpy() in fullyQualifiedInfoTableName() from Database.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 1 15:26:12 PDT 2017


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

            Bug ID: 171517
           Summary: Stop using strcpy() in fullyQualifiedInfoTableName()
                    from Database.cpp
           Product: WebKit
           Version: WebKit Nightly 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: beidson at apple.com
        Depends on: 171494

$ ./Tools/Scripts/check-webkit-style --filter="-,+security/" Source/WebCore
ERROR: Source/WebCore/Modules/webdatabase/Database.cpp:102:  Almost always, snprintf is better than strcpy.  [security/printf] [4]
ERROR: Source/WebCore/Modules/webdatabase/Database.cpp:103:  Almost always, snprintf is better than strcpy.  [security/printf] [4]
Total errors found: 2 in 8492 files


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=171494
[Bug 171494] check-webkit-style: Enable sprintf(), strcat(), strcpy() and printf() format checks
-- 
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/20170501/61ecacda/attachment.html>


More information about the webkit-unassigned mailing list