Skip to content

Commit a874d8b

Browse files
committed
Silence coverity on overly large stack object
1 parent 843d626 commit a874d8b

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
@@ -3125,6 +3125,7 @@ SigV4Status_t SigV4_GenerateHTTPAuthorization( const SigV4Parameters_t * pParams
31253125
size_t * signatureLen )
31263126
{
31273127
SigV4Status_t returnStatus = SigV4Success;
3128+
/* coverity[stack_use] 10528 bytes on x86_64 */
31283129
CanonicalContext_t canonicalContext;
31293130
const char * pAlgorithm = NULL;
31303131
char * pSignedHeaders = NULL;

0 commit comments

Comments
 (0)