Re: [twsocket] Bug report. TSslSmptCli. Memory corruption on second connection after the first connection is aborted.

2018-02-22 Thread Shumkin Alexey
I've made a sample dUnit project (for Delphi 2007) to reproduce the error https://github.com/ashumkin/overbyteics-memory-corruption-demo 1. Clone project 2. Set correspondin SMTP_HOST, SMTP_FROM, SMTP_RECEPIENT env variables. 3. Run test 4. transmission logs are printed to status. 5. Test will

Re: [twsocket] Bug report. TSslSmptCli. Memory corruption on second connection after the first connection is aborted.

2018-02-21 Thread Angus Robertson - Magenta Systems Ltd
> After some investigation I've found the breakage commit > So, I propose this fix. I use the latest SMPT and POP3 components every few minutes and am not aware of any current issues with their proper use. But I've printed your email, and if I can reproduce your problem I will look at your

[twsocket] Bug report. TSslSmptCli. Memory corruption on second connection after the first connection is aborted.

2018-02-21 Thread Shumkin Alexey
Hello! I have an application that uses a connection check before an actual e-mail send. This used OverbyteICS components SVN revision 156 (yes, I've added sources long time ago), everythind worked until I've updated OverbyteICS to r1273 (nowadays I need OpenSSL 1.0.2 support for HTTPS). But