VirtualBox

Changeset 106093 in vbox


Ignore:
Timestamp:
Sep 19, 2024 10:59:59 AM (2 months ago)
Author:
vboxsync
Message:

Main: Automatic GAs installation: prevent read out of buffer when receiving guest log, bugref:10768.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r106061 r106093  
    25452545            pstrLine->setNull();
    25462546            cch++;
    2547         }
    2548 
    2549         while (cbData)
    2550         {
    2551             pstrLine->append(*cch);
    2552             cch++;
    2553             cbData--;
    25542547        }
    25552548    }
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