Fix memset usage in pgcrypto - Mailing list pgsql-hackers

From Marko Kreen
Subject Fix memset usage in pgcrypto
Date
Msg-id 20131226134212.GB17885@gmail.com
Whole thread Raw
Responses Re: Fix memset usage in pgcrypto
Re: Fix memset usage in pgcrypto
List pgsql-hackers
http://www.viva64.com/en/b/0227/ reported that on-stack memset()s
might be optimized away by compilers.  Fix it.

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

--
marko


Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: [PATCH] Negative Transition Aggregate Functions (WIP)
Next
From: David Fetter
Date:
Subject: Re: CREATE TABLESPACE SET