VirtualBox

Ignore:
Timestamp:
Aug 21, 2018 4:21:23 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124493
Message:

Main: bugref:9075: added check into the IMachine::SetExtraData and IVirtualBox::SetExtraData to avoid the presence of non-ASCII and non printable characters in the key

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r73768 r73804  
    27452745
    27462746        <note>
     2747          Key must contain only printable ASCII characters.
     2748        </note>
     2749        <note>
    27472750          Before performing the actual data change, this method will ask all
    27482751          registered event listener using the
     
    27662769        <result name="E_ACCESSDENIED">
    27672770          Modification request refused.
     2771        </result>
     2772        <result name="E_INVALIDARG">
     2773          Key contains invalid characters.
    27682774        </result>
    27692775
     
    69586964
    69596965        <note>
     6966          Key must contain only printable ASCII characters.
     6967        </note>
     6968        <note>
    69606969          Before performing the actual data change, this method will ask all
    69616970          registered listeners using the
     
    69816990        <result name="VBOX_E_XML_ERROR">
    69826991          Could not parse the settings file.
     6992        </result>
     6993        <result name="E_INVALIDARG">
     6994          Key contains invalid characters.
    69836995        </result>
    69846996
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