Changes between Version 4 and Version 5 of Ticket #22345
- Timestamp:
- Mar 18, 2025 11:32:06 AM (13 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22345 – Description
v4 v5 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, actually it looks like it's not pvBuf because pvBuf is utf16... so I guess can't use `%s` there at all because the conversion from utf16 failed(so there's no normal string to refer to), and can't print the original utf16(in `pvBuf`) via `%s`. My guess.)11 is missing an arg, likely `pPriv->sMimeType` //~~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... so I guess can't use `%s` there at all because the conversion from utf16 failed(so there's no normal string to refer to), and can't print the original utf16(in `pvBuf`) via `%s`. My guess.)~~ 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.