Commit 9f6894a
committed
exmdb: check return value of set_content_type calls
CID 1559995: (#1 of 1): Unchecked return value (CHECKED_RETURN)
CID 1559999: (#1 of 1): Unchecked return value (CHECKED_RETURN)
CID 1560002: (#1 of 1): Unchecked return value (CHECKED_RETURN)
14. check_return: Calling set_content_type without checking return
value (as is done elsewhere 23 out of 27 times).1 parent 537adb1 commit 9f6894a
File tree
3 files changed
+6
-3
lines changed- exch/exmdb
- lib/mapi
- mda/exmdb_local
3 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2726 | 2726 | | |
2727 | 2727 | | |
2728 | 2728 | | |
2729 | | - | |
| 2729 | + | |
| 2730 | + | |
2730 | 2731 | | |
2731 | 2732 | | |
2732 | 2733 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4000 | 4000 | | |
4001 | 4001 | | |
4002 | 4002 | | |
4003 | | - | |
| 4003 | + | |
| 4004 | + | |
4004 | 4005 | | |
4005 | 4006 | | |
4006 | 4007 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
0 commit comments