postgresql/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
..
backend to_char(): prevent writing beyond the allocated buffer 2015-02-02 10:00:50 -05:00
bin Translation updates 2015-02-01 23:07:30 -05:00
include On Darwin, detect and report a multithreaded postmaster. 2015-01-07 22:41:49 -05:00
interfaces Translation updates 2015-02-01 23:07:30 -05:00
makefiles Don't use deprecated dllwrap on Cygwin. 2014-02-01 16:13:46 -05:00
pl Translation updates 2015-02-01 23:07:30 -05:00
port port/snprintf(): fix overflow and do padding 2015-02-02 10:00:51 -05:00
template Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
test Fix column-privilege leak in error-message paths 2015-01-28 12:32:56 -05:00
timezone Update time zone data files to tzdata release 2015a. 2015-01-30 22:46:12 -05:00
tools Do not pass "-N" to initdb. 2014-12-26 00:56:14 -05:00
tutorial Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Revert "Backpatch pgxs vpath build and installation fixes (v2)" 2013-10-07 22:37:26 -04:00
Makefile.shlib fix whitespace 2014-02-01 16:30:18 -05:00
nls-global.mk Lots of doc corrections. 2012-04-23 22:43:09 -04:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00