[Webkit-unassigned] [Bug 34605] New: check-webkit-style incorrectly complains about NULL appearing in a comment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 10:57:17 PST 2010


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

           Summary: check-webkit-style incorrectly complains about NULL
                    appearing in a comment
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org


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

check-webkit-style reported this:

Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebCore/platform/network/soup/DNSSoup.cpp:41:  Use 0 instead of NULL. 
[readability/null] [4]
Total errors found: 1

And this is the line it's complaining about:

 41     // We may get invalid hostnames, so NULL-check here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list