Skip to content

Commit 843d626

Browse files
committed
Silence coverity false positive
1 parent b2a8d1c commit 843d626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/sigv4_quicksort.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ static void quickSortHelper( void * pArray,
141141
{
142142
size_t partitionIndex;
143143
size_t len1, len2;
144+
/* coverity[integer_overflow] */
144145
POP_STACK( hi, stack, top );
145146
POP_STACK( lo, stack, top );
146147

0 commit comments

Comments
 (0)