Uploaded image for project: 'rosapps SVN Repository'
  1. rosapps SVN Repository
  2. ROSAPPS-349

uninitialized variable is returned

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None

    Description

      [D:/zzz/reactos/win32ss/user/ntuser/defwnd.c:929]

      if hwndParent  is NULL variable Ret is uninitialized

      {

      LONG Ret;

      HWND hwndParent;

      PWND pwndParent = IntGetParent(Wnd);

      hwndParent = pwndParent ? UserHMGetHandle(pwndParent) : NULL;

      if (hwndParent) Ret = co_IntSendMessage(hwndParent, WM_MOUSEACTIVATE, wParam, lParam);

      if (Ret) return (Ret);

      }

       

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            devpao devpao
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: