Changes between Version 2 and Version 3 of Ticket #22345
- Timestamp:
- Mar 18, 2025 11:22:07 AM (13 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22345 – Description
v2 v3 9 9 from: https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Additions/x11/VBoxClient/wayland-helper-dcp.cpp?rev=108452#L1374 10 10 11 is missing an arg, possibly `pvBuf` ? (though I'm personally not sure if pvBuf is null terminated here )11 is missing an arg, possibly `pvBuf` ? (though I'm personally not sure if pvBuf is null terminated here, actually it looks like it's not pvBuf because pvBuf is utf16...) 12 12 13 13 I got a stack dump because of it, but i think it may not be relevant to add here because it is obvious why it happened now.