1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-18 12:22:09 +03:00
Files
postgres/src
Bruce Momjian c6c6aa288c 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
2015-02-02 10:00:51 -05:00
..
2015-02-01 23:07:30 -05:00
2015-02-01 23:07:30 -05:00
2015-02-01 23:07:30 -05:00
2014-12-26 00:56:14 -05:00
2014-02-01 16:30:18 -05:00
2012-04-23 22:43:09 -04:00