forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita7db71e

Amit Kapila
Fix uninitialized slot array access during the upgrade.
Commit29d0a77 introduced fetching slot information from the old clusterbut didn't initialize the required array in all the code paths. So whentrying to access the array in verbose mode for the new cluster, it leadsto an uninitialized memory access.Author: Vignesh CDiscussion:http://postgr.es/m/CALDaNm1tntGP5=CtMz=v+k3_PGv7kE9t6iWSgX-QiurAaFkhZw@mail.gmail.com1 parent108161b commita7db71e
1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
411 |
| - | |
| 411 | + | |
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
| |||
636 | 636 |
| |
637 | 637 |
| |
638 | 638 |
| |
639 |
| - | |
| 639 | + | |
640 | 640 |
| |
641 | 641 |
| |
642 | 642 |
| |
643 |
| - | |
644 |
| - | |
645 |
| - | |
646 | 643 |
| |
647 |
| - | |
648 | 644 |
| |
649 | 645 |
| |
650 | 646 |
| |
|
0 commit comments
Comments
(0)