DynamoRIO / DynamoRIO/drmemory
False positive uninits when using RTTI
Open
Bug-FalsePositive
Migrated
OpSys-Windows
Priority-Medium
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [timurrrr@google.com](https://code.google.com/u/timurrrr@google.com/) on August 13, 2010 11:08:52_
r33 and v1.2.1 ( r36 ) give 3 uninit reports on the following test:
#
#include
#include
template
const char *GetTypeName() {
return typeid(T).name();
}
int main() {
printf("GetTypeName() = \"%s\"\n", GetTypeName());
return 0;
}
#
(Build with "cl /Zi test.cpp")
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=27_
Contributor guide
Assessment
This issue has not been assessed yet.