<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Fix problems found by Coverity scan in platform's keyboard and mouse events"
   href="https://bugs.webkit.org/show_bug.cgi?id=169028">169028</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[GTK] Fix problems found by Coverity scan in platform's keyboard and mouse events
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebKit Gtk
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>tpopela&#64;redhat.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bugs-noreply&#64;webkitgtk.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>18. webkitgtk-2.14.5/Source/WebCore/platform/gtk/PlatformMouseEventGtk.cpp:116: uninit_member: Non-static class member &quot;m_modifierFlags&quot; is not initialized in this constructor nor in any functions that it calls.
#   114|       else if (motion-&gt;state &amp; GDK_BUTTON3_MASK)
#   115|           m_button = RightButton;
#   116|-&gt; }
#   117|   }

and

12. webkitgtk-2.14.5/Source/WebCore/platform/gtk/PlatformMouseEventGtk.cpp:82: uninit_member: Non-static class member &quot;m_modifierFlags&quot; is not initialized in this constructor nor in any functions that it calls.
#    80|           ASSERT_NOT_REACHED();
#    81|       };
#    82|-&gt; }
#    83|   
#    84|   PlatformMouseEvent::PlatformMouseEvent(GdkEventMotion* motion)

and

6. webkitgtk-2.14.5/Source/WebCore/platform/gtk/PlatformKeyboardEventGtk.cpp:590: uninit_member: Non-static class member &quot;m_handledByInputMethod&quot; is not initialized in this constructor nor in any functions that it calls.
#   588|       if (compositionResults.compositionUpdated())
#   589|           m_windowsVirtualKeyCode = VK_PROCESSKEY;
#   590|-&gt; }
#   591|   
#   592|   void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type, bool backwardCompatibilityMode)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>