1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00
Files
postgres/contrib/pgcrypto
Bruce Momjian df2e62603e 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
..
2005-10-15 02:49:52 +00:00
2005-10-15 02:49:52 +00:00
2006-06-08 03:29:30 +00:00
2001-08-21 01:32:01 +00:00