You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Although I found here some past issues telling that these reports where "false positives" and fixed around 2015, it seems that simple programs using windows sockets and file API still reports "UNINITIALIZED READ"
To Reproduce
Create a new cmake project in MSVC 2022 17.4.3, using Win10 SDK and edit the cmakelists.txt to link on ws2_32 library
Expected behavior
This program should be valid and no errors should be reported
Versions
What version of Dr. Memory are you using?
Dr. Memory version 2.5.19327 build 0 built on Dec 1 2022 15:38:39
What operating system version are you running on? ("Windows 10" is not sufficient: give the release number.)
Windows version: WinVer=105;Rel=2009;Build=19042;Edition=Enterprise
Is your application 32-bit or 64-bit?
64 bits
The text was updated successfully, but these errors were encountered:
Describe the bug
Although I found here some past issues telling that these reports where "false positives" and fixed around 2015, it seems that simple programs using windows sockets and file API still reports "UNINITIALIZED READ"
To Reproduce
Create a new cmake project in MSVC 2022 17.4.3, using Win10 SDK and edit the cmakelists.txt to link on ws2_32 library
Compile the following program
Output is :
Expected behavior
This program should be valid and no errors should be reported
Versions
What version of Dr. Memory are you using?
Dr. Memory version 2.5.19327 build 0 built on Dec 1 2022 15:38:39
What operating system version are you running on? ("Windows 10" is not sufficient: give the release number.)
Windows version: WinVer=105;Rel=2009;Build=19042;Edition=Enterprise
Is your application 32-bit or 64-bit?
64 bits
The text was updated successfully, but these errors were encountered: