From 1155a9c33867d143f6535dc5899ac041432bb3d8 Mon Sep 17 00:00:00 2001 From: olszomal Date: Fri, 13 Jan 2023 13:19:28 +0100 Subject: [PATCH] False positive CID 1519394: Operands don't affect result --- osslsigncode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/osslsigncode.c b/osslsigncode.c index 8cfe9b1..259b471 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -4154,6 +4154,7 @@ static int cab_remove_file(char *indata, FILE_HEADER *header, uint32_t filesize, BIO_write(outdata, indata+20, 10); /* u2 flags: 30-31 */ flags = GET_UINT16_LE(indata+30); + /* coverity[result_independent_of_operands] only least significant byte is affected */ PUT_UINT16_LE(flags & (FLAG_PREV_CABINET | FLAG_NEXT_CABINET), buf); BIO_write(outdata, buf, 2); /*