Commit 32841fa
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 f0631bd commit 32841fa
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2252 | 2252 | | |
2253 | 2253 | | |
2254 | 2254 | | |
| 2255 | + | |
| 2256 | + | |
| 2257 | + | |
2255 | 2258 | | |
2256 | 2259 | | |
2257 | 2260 | | |
| |||
0 commit comments