|
From: Heiko Z. <he...@zu...> - 2007-05-11 13:51:46
|
On Wed, May 9, 2007 16:30, Oliver Niesner wrote: > Hi! > > > For some reason i needed to socksify an application. > It was nice to find out that the socksify script is included in DL > unfortunately it doesn't work. > > The first small error i found was in the SOCKSIFY_PRELOAD_LIBS Variable: > > > SOCKSIFY_PRELOAD_LIBS=" libdl.so" > > > should be: > > SOCKSIFY_PRELOAD_LIBS="libdl.so.2" > > > But after i tried to socksify i've got: > > > socksify ssh example.net ssh: stack smashing attack in function > sys_readvAborted > > Any ideas how i can solve this? Basically the SSP patch for gcc detects a problem on the stack and aborts the app. There's no other way then fixing the programs involved or turning SSP of (which will not be available in 1.3). -- Regards Heiko Zuerker http://www.devil-linux.org |