[Webkit-unassigned] [Bug 186103] New: Fix static analyzer warnings in WKFullScreenViewController.mm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 11:02:58 PDT 2018


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

            Bug ID: 186103
           Summary: Fix static analyzer warnings in
                    WKFullScreenViewController.mm
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: eric.carlson at apple.com, jeremyj-wk at apple.com,
                    jer.noble at apple.com, jonlee at apple.com,
                    webkit-bug-importer at group.apple.com

Fix static analyzer warnings in WKFullScreenViewController.mm:

Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm:70:13: warning: Called C++ object pointer is null
            interface->playbackSessionModel()->removeClient(*this);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm:306:1: warning: The 'viewWillAppear:' instance method in UIViewController subclass 'WKFullScreenViewController' is missing a [super viewWillAppear:] call
}
^
2 warnings generated.

-- 
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/20180530/2dd5b33a/attachment.html>


More information about the webkit-unassigned mailing list