#21394 closed defect (fixed)
IGuestSession::DirectoryCreateTemp does not work with mode => fixed in SVN/next 7.0.x maintenance
回報者: | ReseT | 負責人: | pentagonik |
---|---|---|---|
元件: | other | 版本: | VirtualBox-7.0.4 |
關鍵字: | 副本: | ||
Guest type: | other | Host type: | other |
描述
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.
更動歷史 (4)
comment:3 2 年 前 由 編輯
摘要: | IGuestSession::DirectoryCreateTemp does not work with mode → IGuestSession::DirectoryCreateTemp does not work with mode => fixed in SVN/next 7.0.x maintenance |
---|
comment:4 2 年 前 由 編輯
狀態: | assigned → closed |
---|---|
處理結果: | → fixed |
Hello,
We just released VirtualBox 7.0.6. This issue should be fixed in this version. You can download it from https://www.alldomusa.eu.org/wiki/Downloads.
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
Thanks for the report -- I found and fixed the issue. The bugfix will be available in the next upcoming maintenance version.