Ticket #21394 (closed defect: fixed)
IGuestSession::DirectoryCreateTemp does not work with mode => fixed in SVN/next 7.0.x maintenance
Reported by: | ReseT | Owned by: | pentagonik |
---|---|---|---|
Component: | other | Version: | VirtualBox-7.0.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
The function have incorrect mode parameter verification.
if (RT_UNLIKELY(!(aMode & ~07777)))
return setError(E_INVALIDARG, tr("Mode invalid ..."));
this check returns always true for valid modes and error is reported.
Change History
comment:2 Changed 5 months ago by pentagonik
- Owner set to pentagonik
- Status changed from new to assigned
comment:3 Changed 5 months ago by aeichner
- Summary changed from IGuestSession::DirectoryCreateTemp does not work with mode to IGuestSession::DirectoryCreateTemp does not work with mode => fixed in SVN/next 7.0.x maintenance
comment:4 Changed 4 months ago by galitsyn
- Status changed from assigned to closed
- Resolution set to fixed
Hello,
We just released VirtualBox 7.0.6. This issue should be fixed in this version. You can download it from https://www.virtualbox.org/wiki/Downloads.
Note: See
TracTickets for help on using
tickets.
Thanks for the report -- I found and fixed the issue. The bugfix will be available in the next upcoming maintenance version.