[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [msmtp-users] glibc failure when running 1.4.24 under armel



Hi Simon!

On 28/09/11 22:18, Simon Ditner wrote:
> --> STARTTLS
> <-- 220 2.0.0 Ready to start TLS
> *** glibc detected *** ./msmtp: malloc(): memory corruption: 0x0004f6a0 ***
> Aborted

OK, this is a good hint. You're using OpenSSL, can you also try GnuTLS?
Then we would know if the problem is in the OpenSSL-specific code or in
the generic code.

Also, does "openssl s_client -connect HOST:PORT -starttls smtp" work?
(Just to make sure that the problem is not in OpenSSL itself).

Martin