forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f0d8f4
committed
Fix one-byte buffer overrun in PQprintTuples().
This bug goes back to the original Postgres95 sources. Its significanceto modern PG versions is marginal, since we have not used PQprintTuples()internally in a very long time, and it doesn't seem to have ever beendocumented either. Still, it *is* exposed to client apps, so somebodyout there might possibly be using it.Xi Wang1 parent535e69a commit8f0d8f4
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
681 | 681 |
| |
682 | 682 |
| |
683 | 683 |
| |
684 |
| - | |
685 | 684 |
| |
686 | 685 |
| |
687 | 686 |
| |
| |||
700 | 699 |
| |
701 | 700 |
| |
702 | 701 |
| |
703 |
| - | |
| 702 | + | |
704 | 703 |
| |
705 | 704 |
| |
706 | 705 |
| |
707 | 706 |
| |
708 | 707 |
| |
709 |
| - | |
| 708 | + | |
710 | 709 |
| |
711 |
| - | |
| 710 | + | |
712 | 711 |
| |
713 | 712 |
| |
714 | 713 |
| |
|
0 commit comments
Comments
(0)