- Notifications
You must be signed in to change notification settings - Fork5
Commitbd905a0
committed
Fix possible NULL dereference in ExecAlterObjectDependsStmt
I used the wrong variable here. Doesn't make a difference today becausethe only plausible caller passes a non-NULL variable, but someday itwill be wrong, and even today's correctness is subtle: the caller thatdoes pass a NULL is never invoked because of object type constraints.Surely not a condition to rely on.Noted by Coverity1 parent660d5fb commitbd905a0
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
422 | 422 |
| |
423 | 423 |
| |
424 | 424 |
| |
425 |
| - | |
| 425 | + | |
426 | 426 |
| |
427 | 427 |
| |
428 | 428 |
| |
|
0 commit comments
Comments
(0)