VirtualBox

Changeset 107960 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 28, 2025 10:34:56 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167210
Message:

GA/VBoxGuest: The corrected control over VBoxGuest driver using /VirtualBox/GuestAdd/VBoxGuest/r3_log_to_host, etc properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r106696 r107960  
    15481548                    for (iField = 0; iField < RT_ELEMENTS(apszFields); iField++)
    15491549                    {
    1550                         apszFields[0] = &pszzStrings[off];
     1550                        apszFields[iField] = &pszzStrings[off];
    15511551                        while (off < cbStrings)
    15521552                        {
     
    15761576                            if (fFlags & GUEST_PROP_F_RDONLYGUEST)
    15771577                            {
    1578                                 apszFields[0] += sizeof(g_szzPattern) - 2;
     1578                                apszFields[0] += sizeof(g_szzPattern) - 3;
    15791579                                VGDrvCommonProcessOption(pDevExt, apszFields[0], apszFields[1]);
    15801580                            }
Note: See TracChangeset for help on using the changeset viewer.

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