- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit72cbfa4
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 parent2d91f67 commit72cbfa4
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 |
| |
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
290 |
| - | |
| 290 | + | |
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
|
0 commit comments
Comments
(0)