Re: pg_crypto failures with llvm on OSX

From: Marko Kreen <markokr(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_crypto failures with llvm on OSX
Date: 2012-03-09 22:42:58
Message-ID: 20120309224258.GA9692@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 09, 2012 at 05:28:20PM -0500, Andrew Dunstan wrote:
> Buildfarm member mussel (OS X 10.7.3, llvm-gcc 4.2.1, x86_64)seems
> to be getting consistent warnings when running the pgcrypto
> regression tests, that look like this:
>
> WARNING: detected write past chunk end in ExprContext 0x7fec2b11eb58
>
> Does anyone have an idea why that might be?

Could it be related to this:

openssl.c:840: warning: AES_cbc_encrypt is deprecated (declared
at /usr/include/openssl/aes.h:106)

basically every API under /usr/include/openssl gives this warning.
Replaced or heavily hacked openssl library?

Same for core code:

be-secure.c:329: warning: SSL_renegotiate is deprecated
(declared at /usr/include/openssl/ssl.h:1530)

Could someone take a look whats going on there?

--
marko

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-03-09 22:44:32 Re: NULL's support in SP-GiST
Previous Message Thom Brown 2012-03-09 22:42:49 Re: Command Triggers, patch v11