http://bugs.winehq.org/show_bug.cgi?id=28662 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2011-10-12 17:27:54 CDT --- (In reply to comment #2)
Could you please try to figure out what exactly section access makes the test crash?
Figured it out. It doesn't like any of: { IMAGE_SCN_MEM_EXECUTE, PAGE_EXECUTE } { IMAGE_SCN_CNT_INITIALIZED_DATA | IMAGE_SCN_MEM_EXECUTE, PAGE_EXECUTE } { IMAGE_SCN_CNT_UNINITIALIZED_DATA | IMAGE_SCN_MEM_EXECUTE, PAGE_EXECUTE } presumably a safety measure to help prevent exploits? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.