Re: Fix memset usage in pgcrypto - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: Fix memset usage in pgcrypto
Date
Msg-id 20140121120751.GA23428@gmail.com
Whole thread Raw
In response to Re: Fix memset usage in pgcrypto  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On Mon, Jan 20, 2014 at 06:49:21PM -0300, Alvaro Herrera wrote:
> Marko Kreen escribió:
> > http://www.viva64.com/en/b/0227/ reported that on-stack memset()s
> > might be optimized away by compilers.  Fix it.
> 
> Just to clarify, this needs to be applied to all branches, right?  If
> so, does the version submitted apply cleanly to all of them?

It does apply cleanly.  It is not critical fix, but it's simple,
so I think it should be back-patched.

-- 
marko




pgsql-hackers by date:

Previous
From: KONDO Mitsumasa
Date:
Subject: Re: Add min and max execute statement time in pg_stat_statement
Next
From: Stephen Frost
Date:
Subject: Re: proposal: hide application_name from other users