VirtualBox

Changeset 106271 in vbox for trunk/src/VBox/Devices/Security


Ignore:
Timestamp:
Oct 10, 2024 7:36:47 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165065
Message:

Devices/Security: Query the buffer size of the device above and use that to set the buffer size in libtpms, bugref:10772 [scm fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Security/DevTpm.cpp

    r106259 r106271  
    16411641static DECLCALLBACK(uint32_t) tpmR3TpmPortGetMaxBufferSize(PPDMITPMPORT pInterface)
    16421642{
    1643         RT_NOREF(pInterface);
     1643    RT_NOREF(pInterface);
    16441644    return TPM_DATA_BUFFER_SIZE_MAX;
    16451645}
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