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
- blocks
-
ROSTESTS-388 "Crash Fixers" Task Force: Fix all the crashes in rostests
- Untriaged