[Webkit-unassigned] [Bug 171512] New: Stop using sprintf() in JavaScriptCore debugger

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 1 13:56:11 PDT 2017


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

            Bug ID: 171512
           Summary: Stop using sprintf() in JavaScriptCore debugger
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: bfulgham at webkit.org, lforschler at apple.com,
                    mark.lam at apple.com, msaboff at apple.com
        Depends on: 171494

$ ./Tools/Scripts/check-webkit-style --filter="-,+security/" Source/JavaScriptCore
ERROR: Source/JavaScriptCore/disassembler/udis86/udis86.c:175:  Never use sprintf.  Use snprintf instead.  [security/printf] [5]
Total errors found: 1 in 2781 files

Found via re-enabled checkers from Bug 171494.


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


More information about the webkit-unassigned mailing list