aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-02-02 10:00:45 -0500
committerBruce Momjian <bruce@momjian.us>2015-02-02 10:00:49 -0500
commit2ac95c83ce9321cb428bf3508a606df31c762ef1 (patch)
treedcf5b6bf34a11d2d58ff99925cee632e47bb3e07 /src/backend/tcop/postgres.c
parent56d2bee9db219b21592c6fef9d29ce1d5e3c6c59 (diff)
downloadpostgresql-2ac95c83ce9321cb428bf3508a606df31c762ef1.tar.gz
postgresql-2ac95c83ce9321cb428bf3508a606df31c762ef1.zip
port/snprintf(): fix overflow and do padding
Prevent port/snprintf() from overflowing its local fixed-size buffer and pad to the desired number of digits with zeros, even if the precision is beyond the ability of the native sprintf(). port/snprintf() is only used on systems that lack a native snprintf(). Reported by Bruce Momjian. Patch by Tom Lane. Backpatch to all supported versions. Security: CVE-2015-0242
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions