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 4db9c64 commit 8001cdaCopy full SHA for 8001cda
source/sigv4.c
@@ -3123,6 +3123,7 @@ SigV4Status_t SigV4_GenerateHTTPAuthorization( const SigV4Parameters_t * pParams
3123
size_t * signatureLen )
3124
{
3125
SigV4Status_t returnStatus = SigV4Success;
3126
+ /* coverity[stack_use] 10528 bytes on x86_64 */
3127
CanonicalContext_t canonicalContext;
3128
const char * pAlgorithm = NULL;
3129
char * pSignedHeaders = NULL;
0 commit comments