Commit b2be5cb
committed
Suppress Coverity warnings about Asserts in get_name_for_var_field.
Coverity thinks dpns->plan could be null at these points. That
shouldn't really be possible, but it's easy enough to modify the
Asserts so they'd not core-dump if it were true.
These are new in b919a97. Back-patch to v13; the v12 version
of the patch didn't have these Asserts.1 parent 364de74 commit b2be5cb
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7914 | 7914 | | |
7915 | 7915 | | |
7916 | 7916 | | |
7917 | | - | |
| 7917 | + | |
7918 | 7918 | | |
7919 | 7919 | | |
7920 | 7920 | | |
7921 | | - | |
| 7921 | + | |
7922 | 7922 | | |
7923 | 7923 | | |
7924 | 7924 | | |
| |||
8045 | 8045 | | |
8046 | 8046 | | |
8047 | 8047 | | |
8048 | | - | |
| 8048 | + | |
8049 | 8049 | | |
8050 | 8050 | | |
8051 | 8051 | | |
8052 | | - | |
8053 | | - | |
| 8052 | + | |
| 8053 | + | |
8054 | 8054 | | |
8055 | 8055 | | |
8056 | 8056 | | |
| |||
0 commit comments