Modify ↓
#4079 new Bug
Remove usage of _WinAPI_IsBad*Ptr functions from all standard libraries
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.18.0 | Severity: | None |
| Keywords: | Cc: |
Description
_WinAPI_IsBadCodePtr
_WinAPI_IsBadReadPtr
_WinAPI_IsBadStringPtr
_WinAPI_IsBadWritePtr
The MSDN pages for these functions say "This function is obsolete and should not be used. Despite its name, it does not guarantee that the pointer is valid or that the memory pointed to is safe to use."
Calls to these functions can be found in these libraries.
Include\WinAPIDiag.au3
Include\WinAPIMem.au3
Include\WinAPISys.au3
Attachments (0)
Note:
See TracTickets
for help on using tickets.
