summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/manual-review/2298
blob: a76928ef59027d275354ae02ce57d5cb8452f50d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Invariant result in opts-visitor.c
Description of problem:
Expressions:
1) val2 <= INT64_MAX
2) INT64_MIN <= val2
in line [431](https://github.com/qemu/qemu/blob/62dbe54c24dbf77051bafe1039c31ddc8f37602d/qapi/opts-visitor.c#L431) are always true.

Seems like this checks are redundant.

Found by Linux Verification Center (portal.linuxtesting.ru) with SVACE.

Author A. Burke.