mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Python: Show how pointsTo handles 0+0 == 0 (2/2)
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
| 21 | file://:0:0:0:0 | bool True |
|
||||
| 22 | file://:0:0:0:0 | bool False |
|
||||
| 22 | file://:0:0:0:0 | bool True |
|
||||
| 24 | file://:0:0:0:0 | bool False |
|
||||
| 24 | file://:0:0:0:0 | bool True |
|
||||
| 25 | file://:0:0:0:0 | bool False |
|
||||
| 25 | file://:0:0:0:0 | bool True |
|
||||
| 28 | file://:0:0:0:0 | bool False |
|
||||
| 29 | file://:0:0:0:0 | bool False |
|
||||
| 30 | file://:0:0:0:0 | bool True |
|
||||
|
||||
@@ -21,8 +21,8 @@ len(unknown()) < 7
|
||||
len(unknown()) == len(unknown())
|
||||
len(unknown()) < len(unknown())
|
||||
|
||||
# 0+0 == 0
|
||||
# 0+1 == 0
|
||||
0+0 == 0
|
||||
0+1 == 0
|
||||
|
||||
#All ops
|
||||
2 > 3
|
||||
|
||||
Reference in New Issue
Block a user