VirtualBox

vbox的更動 69151 路徑 trunk/src/VBox


忽略:
時間撮記:
2017-10-20 下午03:32:39 (7 年 以前)
作者:
vboxsync
訊息:

Additions/linux/shared folders: fix an error reporting bug.
bugref:4567: Linux kernel driver maintenance

Change r117153/public r68101 introduced this bug where we failed to convert
a VirtualBox error to a Linux one. Fixed. Thank you Hans de Goede.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/linux/sharedfolders/regops.c

    r68101 r69151  
    235235        err = VbglR0SfWritePhysCont(&client_handle, &sf_g->map, sf_r->handle,
    236236                                    pos, &nwritten, tmp_phys);
     237        err = RT_FAILURE(err) ? -EPROTO : 0;
    237238        if (err)
    238239            goto fail;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette