DynamoRIO / DynamoRIO/drmemory

False positive uninits when using RTTI

Open
#27 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.