Modify ↓
#4082 new Bug
Memory corruption in __GUICtrl_SendMsg
| Reported by: | Nine | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.18.0 | Severity: | None |
| Keywords: | Cc: |
Description
In GuiCtrlInternals.au3 replace line :
If $bRetItem Then _MemRead($tMemMap, $pMemory, $tItem, $iItem)
with
If $bRetItem Then _MemRead($tMemMap, $pMemory, $tItem, DllStructGetSize($tItem))
See discussion in here.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
