forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdd1f645
committed
Fix AddressSanitizer use-after-scope complaint.
XLogRegisterBufData() does not copy data pointed to by caller's pointerargument.Oversight in commit0d861bb.Author: Peter EisentrautReported-By: Peter EisentrautDiscussion:https://postgr.es/m/21800dbe-a13e-22f7-d423-b81db9d249f5@2ndquadrant.com1 parent30e82f1 commitdd1f645
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1289 | 1289 |
| |
1290 | 1290 |
| |
1291 | 1291 |
| |
| 1292 | + | |
1292 | 1293 |
| |
1293 | 1294 |
| |
1294 | 1295 |
| |
| |||
1354 | 1355 |
| |
1355 | 1356 |
| |
1356 | 1357 |
| |
1357 |
| - | |
| 1358 | + | |
1358 | 1359 |
| |
1359 | 1360 |
| |
1360 | 1361 |
| |
|
0 commit comments
Comments
(0)