VirtualBox

Changeset 93394 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jan 21, 2022 11:56:37 AM (3 years ago)
Author:
vboxsync
Message:

DrvCloudTunnel: Must thorougly wipe the buffer with the ssh password as soon as it's no longer needed. bugref:9469

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvCloudTunnel.cpp

    r93313 r93394  
    15091509                                N_("DrvCloudTunnel: Configuration error: Querying \"SshKey\" as password failed"));
    15101510    rc = ssh_pki_import_privkey_base64(szVal, NULL, NULL, NULL, &pThis->SshKey);
     1511    RTMemWipeThoroughly(szVal, sizeof(szVal), 10);
    15111512    if (rc != SSH_OK)
    15121513        return PDMDRV_SET_ERROR(pDrvIns, VERR_INVALID_BASE64_ENCODING,
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