Skip to content

Commit 8001cda

Browse files
committed
Silence coverity on overly large stack object
1 parent 4db9c64 commit 8001cda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/sigv4.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,6 +3123,7 @@ SigV4Status_t SigV4_GenerateHTTPAuthorization( const SigV4Parameters_t * pParams
31233123
size_t * signatureLen )
31243124
{
31253125
SigV4Status_t returnStatus = SigV4Success;
3126+
/* coverity[stack_use] 10528 bytes on x86_64 */
31263127
CanonicalContext_t canonicalContext;
31273128
const char * pAlgorithm = NULL;
31283129
char * pSignedHeaders = NULL;

0 commit comments

Comments
 (0)