VirtualBox

Changeset 84872 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jun 18, 2020 1:55:00 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138693
Message:

Guest Control/Main: Try to fix crashes. bugref:9320

File:
1 edited

Legend:

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

    r84864 r84872  
    217217                                                  COM_IIDOF(IGuestSession),
    218218                                                  GuestSession::getStaticComponentName(),
    219                                                   strMsg.c_str());
     219                                                  /* Make sure to hand-in the message via format string to avoid problems
     220                                                   * with (file) paths which e.g. contain "%s" and friends. Can happen with
     221                                                   * randomly generated Validation Kit stuff. */
     222                                                  "%s", strMsg.c_str());
    220223        if (FAILED(hr2))
    221224            return hr2;
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