Hi All!
When I built and openssl with -g first I noticed that it needed
another additional library libefence. Second when a malloc of size zero
is done it crashes. Hence planning to ignore -g option. So now my
question is what would the -g plays in the build ?. Since I have seen
few users saying they got only from half way on stack trace and could
see the complete path debug image. I am planning to login the stack
function calls when CRYPTO_free is called inside libcrypto. Since we are
hitting the double free crash want to find the caller. Any help on this
would be great.
Thanks in advance for your help
Balaji Kamal Kannadassan