VirtualBox

Changeset 16062 in vbox


Ignore:
Timestamp:
Jan 19, 2009 8:43:05 PM (16 years ago)
Author:
vboxsync
Message:

vboxmod.c: review comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/vboxmod.c

    r15987 r16062  
    415415    int rc = 0;
    416416    AssertPtrReturn(pBuf, -EINVAL);
    417     if (copy_to_user(pBuf->pUser, pBuf->pKernel, pBuf->cb) != 0)
     417    if (copy_to_user(pBuf->pUser, pBuf->pKernel, pBuf->cb) != 0) /** @todo r=bird: This isn't entirely correct for LinAddr_In buffers. */
    418418        rc = -EFAULT;
    419419    kfree(pBuf->pKernel);  /* We want to do this whatever the outcome. */
Note: See TracChangeset for help on using the changeset viewer.

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