forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit43b55ec
committed
Fix uninitialized memory bug
Have interested callers of find_inheritance_children set thedetached_exist value to false prior to calling it, so that that routineonly has to set it true in the rare cases where it is necessary. Don'ttouch it otherwise.Per buildfarm member thorntail (which reported a UBSan failure here).1 parent84f15cc commit43b55ec
2 files changed
+2
-4
lines changedLines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 | 87 |
| |
91 | 88 |
| |
92 | 89 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| 134 | + | |
134 | 135 |
| |
135 | 136 |
| |
136 | 137 |
| |
|
0 commit comments
Comments
(0)