|
From: Oliver N. <dig...@gm...> - 2007-05-14 12:59:02
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Heiko Zuerker wrote: > 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). > Thank you for the reply! It's not a very important thing i need and probably other users think the same. So, i would suggest to remove socksify from 1.2.x until a better solution exists. Olli -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org iD8DBQFGSF0E724ZL5LNhNcRAsqKAJ93j4fGji2lljYLr+yQP1syQP3+KgCfXA4c VOkE/Xod4zyuENbvR/BoIz8= =dKs6 -----END PGP SIGNATURE----- |