summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
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:51 -0500
commit98f2479d8271934ae6ec43a450e11506df015051 (patch)
treee8bee9ccb4f2e4580c22d9ad4b2857b51dbf64a3 /src/include/miscadmin.h
parent2ceb63deb2db905ac030130705e33d776a28472a (diff)
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/include/miscadmin.h')
0 files changed, 0 insertions, 0 deletions