We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843d626 commit a874d8bCopy full SHA for a874d8b
source/sigv4.c
@@ -3125,6 +3125,7 @@ SigV4Status_t SigV4_GenerateHTTPAuthorization( const SigV4Parameters_t * pParams
3125
size_t * signatureLen )
3126
{
3127
SigV4Status_t returnStatus = SigV4Success;
3128
+ /* coverity[stack_use] 10528 bytes on x86_64 */
3129
CanonicalContext_t canonicalContext;
3130
const char * pAlgorithm = NULL;
3131
char * pSignedHeaders = NULL;
0 commit comments