DynamoRIO / DynamoRIO/dynamorio
ASSERT (r2692) module_load_event:modules.dll.c:98
Open
Component-Tests
Migrated
OpSys-Windows
Priority-Medium
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [byron.c....@gmail.com](https://code.google.com/u/101184679827294438523/) on June 04, 2014 06:36:56_
On Windows 7, the module name found in (module_data_t.names.module_name) can be lowercase, in which case this test will fail. On my machine I get lowercase in some builds and uppercase in others. Since Windows is case insensitive in regard to module names, I think the test should be changed to case-insensitive name comparison on Windows.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1452_
Contributor guide
Assessment
This issue has not been assessed yet.