benc = 0;
}
where abort_with_error() is your own function.
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pink Princess
Sent: Monday, July 30, 2007 06:50
To: Brad Hards
Cc: openssl-users@openssl.org
Subject: Re: Error while encryption or Decrypting
Dear br
Dear brad
Thanks for the advice and the hint
I have been through the free commands to check where the error occured
In APPS folder in enc.c file
whenever I comment this line(640)
if (benc != NULL) BIO_free(benc);
the dump core disappear
I am working in check what does this line mean and
On Saturday 28 July 2007 01:49, Pink Princess wrote:
> *** glibc detected *** /home/noura/workspace/256OpenSSL/apps/openssl:
> double free or corruption (!prev): 0x0820d170 ***
This is the most likely problem - you are free()ing memory that has already
been free()d. Maybe you are free()ing memory
Pink Princess wrote:
Dear all;
I wish this time I will find an answer from any one
I implemented my own cipher in OpenSSL . The implementation works fine
with encryption and decryption but it always give me dump core error
Can any one help me !
what might cause the problem ?
OpenSSL> e