Commit 308985b
committed
Fix dangling pointer problem in ReorderBufferSerializeChange.
Commit 3fe3511 introduced a new
case into this function, but neglected to ensure that the "ondisk"
pointer got updated after a possible reallocation as the code does
in other cases.
Stas Kelvich, per diagnosis by Konstantin Knizhnik.1 parent babe05b commit 308985b
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2250 | 2250 | | |
2251 | 2251 | | |
2252 | 2252 | | |
| 2253 | + | |
| 2254 | + | |
| 2255 | + | |
2253 | 2256 | | |
2254 | 2257 | | |
2255 | 2258 | | |
| |||
0 commit comments