Re: pg_crypto failures with llvm on OSX
| От | Marko Kreen |
|---|---|
| Тема | Re: pg_crypto failures with llvm on OSX |
| Дата | |
| Msg-id | 20120309224258.GA9692@gmail.com обсуждение исходный текст |
| Ответ на | pg_crypto failures with llvm on OSX (Andrew Dunstan <andrew@dunslane.net>) |
| Список | 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
В списке pgsql-hackers по дате отправления: