mirror of
https://github.com/bol-van/zapret.git
synced 2026-09-18 22:34:50 +09:00
minor static analyzer fixes
This commit is contained in:
+1
-1
@@ -587,7 +587,7 @@ static uint8_t tvb_get_varint(const uint8_t *tvb, uint64_t *value)
|
||||
return 8;
|
||||
}
|
||||
// impossible case
|
||||
if (*value) *value = 0;
|
||||
if (value) *value = 0;
|
||||
return 0;
|
||||
}
|
||||
static uint8_t tvb_get_size(uint8_t tvb)
|
||||
|
||||
Reference in New Issue
Block a user