- Notifications
You must be signed in to change notification settings - Fork5
Commit964ec46
committed
Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the
wrong data when dumping a bufferload that crosses a component-file boundary.This probably has not been seen in the wild because (a) component files arenormally 1GB apiece and (b) non-block-aligned buffer usage is relativelyrare. But it's fairly easy to reproduce a problem if one reduces RELSEG_SIZEin a test build. Kudos to Kurt Harriman for spotting the bug.1 parentf086be3 commit964ec46
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
|
0 commit comments
Comments
(0)