Skip to content

Commit 9f46c83

Browse files
committed
windows versions
1 parent 5835655 commit 9f46c83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/sanitizers/asan-known-issues.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ int main() {
4848
}
4949
```
5050

51+
## Windows versions
52+
53+
As there are deep tie-ins with specific Windows versions, our support is focused on Windows 10. MSVC AddressSanitizer was tested this on 10.0.14393 (RS1), and 10.0.21323 (pre-release insider build). Please [report a bugb](https://aka.ms/feedback/report?space=62) if you run into issues.
54+
5155
## Memory usage
5256

5357
The Address Sanitizer runtime does not release memory back to the OS during execution. From the OS point of view it may look like memory is being leaked, but this is an intentional design decision to not allocate all the required memory up front.

0 commit comments

Comments
 (0)