Ticket #627 (Fixed)Mon Jan 29 22:36:45 UTC 2024
Clipboard Manager send malformed Message_DataRequest
Reported by: | Fred Graute (114) | Severity: | Normal |
Part: | RISC OS: Module | Release: | |
Milestone: | Status | Fixed |
Details by Fred Graute (114):
When ClipboardManager sends a Message_DataRequest it does not terminate the filetype list at offset +40 with a -1. This may cause problems with other programs.
WimpMon, for example, will crash when trying to monitor clipboard related message exchanges that contain a Message_DataRequest from ClipboardManager.
Changelog:
Modified by Sprow (202) Thu, February 01 2024 - 22:05:49 GMT
- Summary changed from ClipboardManager: incorrect Message_DataRequest to Clipboard Manager send malformed Message_DataRequest
- Part changed from RISC OS: Application to RISC OS: Module
The terminator is there in memory, it appears though that Clipboard Manager is setting the length to 44
https://gitlab.riscosopen.org/RiscOS/Sources/De…
when it should be 48.
Modified by Sprow (202) Tue, March 26 2024 - 15:32:11 GMT
- Status changed from Open to Fixed
Fixed in Wimp 5.87