Commit 0c261d2
committed
exmdb: resolve type mismatch in cu_get_permission_property
CID 1558617: (#1 of 1): Overflowed constant (INTEGER_OVERFLOW)
overflow_const: Expression *v, where member_id is known to be equal to
-1, underflows the type of *v, which is type uint64_t.
MAPI integer types really are signed, the code just does not reflect
that in many places (yet).1 parent 57b342e commit 0c261d2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3802 | 3802 | | |
3803 | 3803 | | |
3804 | 3804 | | |
3805 | | - | |
| 3805 | + | |
3806 | 3806 | | |
3807 | 3807 | | |
3808 | 3808 | | |
| |||
0 commit comments