Re: [leaf-devel] openswan fix

2006-06-29 Thread Eric Spakman
Hello Nataneal, >> I looked at the link and it appears to be a very old bug. >> > > So its fixed in newer versions of openswan? > No, the version used by Bering-uClibc is 2.4.5 which is the latest stable version released only a few weeks ago and still has the bug. Eric Using Tomcat but need to

Re: [leaf-devel] openswan fix

2006-06-28 Thread Natanael Copa
On Wed, 2006-06-28 at 23:20 +0200, Erich Titl wrote: > Natanael > > Natanael Copa wrote: > > On Wed, 2006-06-28 at 22:52 +0200, Cédric Schieli wrote: > >> Hello list, > >> > >> > >> Issuing the command "ipsec auto --status" while there is no tunnel will > >> trigger a uclibc only bug in openswan (

Re: [leaf-devel] openswan fix

2006-06-28 Thread Eric Spakman
Hello list, Openswan-2.4.5 ipsec.lrp package in CVS updated with the fix: http://leaf.cvs.sourceforge.net/leaf/bin/packages/uclibc-0.9/20/ Eric > Hello list, > > > > Issuing the command "ipsec auto --status" while there is no tunnel will > trigger a uclibc only bug in openswan (it blindly mallo

Re: [leaf-devel] openswan fix

2006-06-28 Thread Eric Spakman
Hello Natanael, >> >> Issuing the command "ipsec auto --status" while there is no tunnel will >> trigger a uclibc only bug in openswan (it blindly mallocs 0 bytes) > > does it affect openswan on a 2.6 kernel too? > It looks like it, the malloc problem is in an openswan userspace tool and has to do

Re: [leaf-devel] openswan fix

2006-06-28 Thread Natanael Copa
On Wed, 2006-06-28 at 22:52 +0200, Cédric Schieli wrote: > Hello list, > > > Issuing the command "ipsec auto --status" while there is no tunnel will > trigger a uclibc only bug in openswan (it blindly mallocs 0 bytes) does it affect openswan on a 2.6 kernel too? > more info at > http://bugs.xe

Re: [leaf-devel] openswan fix

2006-06-28 Thread Eric Spakman
Hello Cedric, Thanks for your fix! I will commit it to CVS and also update the current ipsec package in CVS. Regards, Eric > > > Issuing the command "ipsec auto --status" while there is no tunnel will > trigger a uclibc only bug in openswan (it blindly mallocs 0 bytes) > > more info at > http://

[leaf-devel] openswan fix

2006-06-28 Thread Cédric Schieli
Hello list, Issuing the command "ipsec auto --status" while there is no tunnel will trigger a uclibc only bug in openswan (it blindly mallocs 0 bytes) more info at http://bugs.xelerance.com/view.php?id=627 patch and updated buildtool.cfg/buildtool.mk