postgresql/contrib/pgcrypto
Bruce Momjian 9fe55259fd pgcrypto: fix memset() calls that might be optimized away
Specifically, on-stack memset() might be removed, so:

	* Replace memset() with px_memset()
	* Add px_memset to copy_crlf()
	* Add px_memset to pgp-s2k.c

Patch by Marko Kreen

Report by PVS-Studio

Backpatch through 8.4.
2014-04-17 12:37:53 -04:00
..
expected
sql
.gitignore
blf.c
blf.h
crypt-blowfish.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
crypt-des.c
crypt-gensalt.c
crypt-md5.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
fortuna.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
fortuna.h
imath.c
imath.h
internal-sha2.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
internal.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
Makefile Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
mbuf.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
mbuf.h
md5.c
md5.h
openssl.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
pgcrypto--1.0--1.1.sql Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
pgcrypto--1.1.sql Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
pgcrypto--unpackaged--1.0.sql
pgcrypto.c Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
pgcrypto.control Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
pgcrypto.h Add gen_random_uuid() to contrib/pgcrypto. 2014-01-17 16:52:06 -05:00
pgp-armor.c
pgp-cfb.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
pgp-compress.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
pgp-decrypt.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
pgp-encrypt.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
pgp-info.c
pgp-mpi-internal.c
pgp-mpi-openssl.c
pgp-mpi.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
pgp-pgsql.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
pgp-pubdec.c
pgp-pubenc.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
pgp-pubkey.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
pgp-s2k.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
pgp.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
pgp.h
px-crypt.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
px-crypt.h
px-hmac.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
px.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
px.h pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
random.c
rijndael.c
rijndael.h
rijndael.tbl
sha1.c
sha1.h
sha2.c pgcrypto: fix memset() calls that might be optimized away 2014-04-17 12:37:53 -04:00
sha2.h