forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit20661c1
committed
Initialize t_self and t_tableOid in statext_expressions_load
The function is building a fake heap tuple, but left some of the headerfields (tid and table OID) uninitialized. Per Coverity report.Reported-by: Ranier VilelaDiscussion:https://postgr.es/m/CAEudQApj6h8tZ0-eP5Af5PKc5NG1YUc7=SdN_99YoHS51fKa0Q@mail.gmail.com1 parent60f1f09 commit20661c1
1 file changed
+2
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2420 | 2420 |
| |
2421 | 2421 |
| |
2422 | 2422 |
| |
| 2423 | + | |
| 2424 | + | |
2423 | 2425 |
| |
2424 | 2426 |
| |
2425 | 2427 |
| |
|
0 commit comments
Comments
(0)