DynamoRIO / DynamoRIO/drmemory
handle Edit Control Messages
Open
Bug-FalseNegative
Bug-FalsePositive
Component-FullMode
OpSys-Windows
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
My current implementation of NtUserMessageCall (called by the WinAPI
SendMessage() routine), for #1249, only handles WM_\* message types. We
need to add EM_\* message types (Edit Control Messages). This is needed not just for overall error
detection but to avoid false positives in graphical applications, as some
of these return data to the app.
Contributor guide
Assessment
This issue has not been assessed yet.