RE: Help on building debug image in openssl!

2009-04-10 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Ger Hobbelt > Sent: Thursday, 09 April, 2009 08:43 > And by the way, which made me scratch my head: malloc(0) is > an illegal invocation of malloc anyhow and you should check > for that (a LOT of systems will coredump on you when you do > th

Re: Help on building debug image in openssl!

2009-04-09 Thread Ger Hobbelt
On Thu, Apr 9, 2009 at 2:42 PM, Ger Hobbelt wrote: > That last line what ADDED to Configure. Save, then invoke ./Configure > with any extras you want, specifying your freshly created debug > target, for example: > > ./Configure linux-x86_64 should read here (as it does further down): ./Configure

Re: Help on building debug image in openssl!

2009-04-09 Thread Ger Hobbelt
On Thu, Apr 9, 2009 at 7:48 AM, Balaji Kannadassan wrote: > 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 wha

Help on building debug image in openssl!

2009-04-09 Thread Balaji Kannadassan
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 sayi