DynamoRIO / DynamoRIO/drmemory

Unaddressable error beyond TOS reported for variable-length automatic arrays in MinGW

Open
#2,226 6 comments 0 reactions 0 assignees View on GitHub
Bug-FalsePositive Hotlist-Release OpSys-MinGW
Dominant language
C
Stars
2.7k
Forks
290
PR merge metrics
No merged PRs in 30d

Description

Hello,

Thanks a lot for your work on Drmemory!

I'm using msys2+mingw64, and Drmemory reports an error on every variable-length automatic array.

Example:
```
size_t count = 0;
/* ... compute count ... */
int myarray[count]; // Drmemory reports "UNADDRESSABLE ACCESS beyond top of stack"
```

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.