RE: [openssl.org #2138] Resolved: [PATCH] Change needed for -DPURIFY builds.

2010-01-26 Thread Kevin Regan via RT
: [openssl.org #2138] Resolved: [PATCH] Change needed for -DPURIFY builds. According to our records, your request has been resolved. If you have any further questions or concerns, please respond to this message. __ OpenSSL Project

Re: [openssl.org #2138] Resolved: [PATCH] Change needed for -DPURIFY builds.

2010-01-26 Thread Dr. Stephen Henson
On Tue, Jan 26, 2010, Kevin Regan via RT wrote: Is there somewhere that I can check to verify this? I want to make sure that this patch is in the latest build. You can either wait until tomorrow snapshots or pull the latest CVS using the information at:

RE: [openssl.org #2138] Resolved: [PATCH] Change needed for -DPURIFY builds.

2010-01-26 Thread Kevin Regan
Thanks you. --Kevin -Original Message- From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: Tuesday, January 26, 2010 11:04 AM To: openssl-dev@openssl.org Subject: Re: [openssl.org #2138] Resolved: [PATCH] Change needed

[openssl.org #2138] [PATCH] Change needed for -DPURIFY builds.

2010-01-13 Thread Kevin Regan via RT
This patch fixes a bug with the -DPURIFY flag. The stat structure contains padding and unused fields that are not initialized with the stat call. This causes applications such as Valgrind to be unable to analyze OpenSSL executables that are compiled with the -DPURIFY flag. This is for

[PATCH] Change needed for -DPURIFY builds.

2010-01-11 Thread Kevin Regan
Any further thoughts on this patch? I'd love to get these -DPURIFY builds working properly. --Kevin crypto/rand/randfile.c : @@ -102,6 +102,14 @@ if (file == NULL) return(0); +#ifdef PURIFY +/* struct stat has padding and unused fields that may not be + * initialized

Re: [PATCH] Change needed for -DPURIFY builds.

2010-01-11 Thread Dr. Stephen Henson
On Mon, Jan 11, 2010, Kevin Regan wrote: Any further thoughts on this patch? I'd love to get these -DPURIFY builds working properly. Please send the patch to the request tracker. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see:

RE: [PATCH] Change needed for -DPURIFY builds.

2010-01-11 Thread Kevin Regan
Sent: Monday, January 11, 2010 4:35 PM To: openssl-dev@openssl.org Subject: Re: [PATCH] Change needed for -DPURIFY builds. On Mon, Jan 11, 2010, Kevin Regan wrote: Any further thoughts on this patch? I'd love to get these -DPURIFY builds working properly. Please send the patch to the request

Re: [PATCH] Change needed for -DPURIFY builds.

2010-01-11 Thread Dr. Stephen Henson
On Mon, Jan 11, 2010, Kevin Regan wrote: Hi Dr. Henson, I noticed instructions in the README to send the patch to the openssl-dev mailing list. Where can I find this request tracker? Sending it to rt-b...@openssl.org will result in it appearing in the request tracker. More details at: