Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-19169

random comdlg32_winetest:filedlg crash

    XMLWordPrintable

Details

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

    Description

      Test crashes because it is writing to a dialog template, which is in read-only memory.

      For some reason the test doesn't crash on Windows (neither on Test WHS nor on Windows_2003_x64, the former with GCC builds, the latter with MSVC builds).

       842         ofn.Flags = OFN_ENABLEHOOK | OFN_EXPLORER| OFN_ENABLETEMPLATEHANDLE | OFN_HIDEREADONLY |
       843             arrange_tests[i].ofnflags;
       844         template->cdit = arrange_tests[i].nrcontrols;  // <- HERE!
       845         template->x = arrange_tests[i].poszDlg.x;
       846         template->y = arrange_tests[i].poszDlg.y; 

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ThePhysicist Timo Kreuzer
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: