Commit 5223dda
committed
Remove residual NULL-pstate handling in addRangeTableEntry.
Passing a NULL pstate wouldn't actually work, because isLockedRefname()
isn't prepared to cope with it; and there hasn't been any in-core code
that tries in over a decade. So just remove the residual NULL handling.
Spotted by Coverity; analysis and patch by Michael Paquier.1 parent a2e35b5 commit 5223dda
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
993 | 993 | | |
994 | 994 | | |
995 | 995 | | |
996 | | - | |
997 | | - | |
998 | | - | |
999 | 996 | | |
1000 | 997 | | |
1001 | 998 | | |
| |||
1011 | 1008 | | |
1012 | 1009 | | |
1013 | 1010 | | |
| 1011 | + | |
| 1012 | + | |
1014 | 1013 | | |
1015 | 1014 | | |
1016 | 1015 | | |
| |||
1058 | 1057 | | |
1059 | 1058 | | |
1060 | 1059 | | |
1061 | | - | |
1062 | | - | |
| 1060 | + | |
1063 | 1061 | | |
1064 | 1062 | | |
1065 | 1063 | | |
| |||
0 commit comments