Use-after-move in KeyVault #6178
Labels
Client
This issue points to a problem in the data-plane of the library.
KeyVault
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
First, we move
properties
intoPagedResponse()
, but then we callproperties.Items
on a moved object.azure-sdk-for-cpp/sdk/keyvault/azure-security-keyvault-secrets/inc/azure/keyvault/secrets/keyvault_secret_paged_response.hpp
Lines 39 to 45 in 3687136
azure-sdk-for-cpp/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_models.hpp
Lines 1324 to 1330 in 3687136
azure-sdk-for-cpp/sdk/keyvault/azure-security-keyvault-certificates/inc/azure/keyvault/certificates/certificate_client_models.hpp
Lines 1324 to 1330 in 3687136
The text was updated successfully, but these errors were encountered: