forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f0fd47
committed
Use snprintf instead of sprintf in pg_regress.
To avoid static analyzers sounding the alarm, move to using snprintfinstead of sprintf. This was an oversight in66d6086.Reported-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/849588.1698179694@sss.pgh.pa.us1 parent673a17e commit8f0fd47
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
845 | 845 |
| |
846 | 846 |
| |
847 | 847 |
| |
848 |
| - | |
| 848 | + | |
849 | 849 |
| |
850 | 850 |
| |
851 | 851 |
| |
| |||
867 | 867 |
| |
868 | 868 |
| |
869 | 869 |
| |
870 |
| - | |
| 870 | + | |
871 | 871 |
| |
872 | 872 |
| |
873 | 873 |
| |
|
0 commit comments
Comments
(0)