Use snprintf instead of sprintf in pg_regress.

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 8f0fd47fa33720dd09ad0ae74a8a583b9780e328
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2023-10-25T08:53:11Z
Releases: 17.0
Use snprintf instead of sprintf in pg_regress.

To avoid static analyzers sounding the alarm, move to using snprintf
instead of sprintf. This was an oversight in 66d6086cbcbfc8dee789a6.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/849588.1698179694@sss.pgh.pa.us

Files

PathChange+/−
src/test/regress/pg_regress.c modified +2 −2

Discussion