forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteb93316
committed
Fix issues with pg_ctl
The new, small, free_readfile managed to have bug in it which couldcause it to try and free something it shouldn't, and fix the casewhere it was being called with an invalid pointer leading to asegfault.Noted by Bruce, issues introduced and fixed by me.1 parent6f37c08 commiteb93316
1 file changed
+7
-5
lines changedLines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
376 | 376 |
| |
377 | 377 |
| |
378 | 378 |
| |
379 |
| - | |
| 379 | + | |
| 380 | + | |
380 | 381 |
| |
381 | 382 |
| |
382 | 383 |
| |
383 | 384 |
| |
384 |
| - | |
385 |
| - | |
| 385 | + | |
| 386 | + | |
386 | 387 |
| |
387 | 388 |
| |
388 | 389 |
| |
| |||
1224 | 1225 |
| |
1225 | 1226 |
| |
1226 | 1227 |
| |
| 1228 | + | |
1227 | 1229 |
| |
1228 | 1230 |
| |
1229 | 1231 |
| |
1230 | 1232 |
| |
1231 | 1233 |
| |
1232 | 1234 |
| |
1233 | 1235 |
| |
1234 |
| - | |
1235 |
| - | |
| 1236 | + | |
| 1237 | + | |
1236 | 1238 |
| |
1237 | 1239 |
| |
1238 | 1240 |
| |
|
0 commit comments
Comments
(0)