|
From: Dennis L. <pla...@in...> - 2003-10-14 23:36:04
|
< At 00:28 15.10.2003, you wrote: < On Wed, Oct 15, 2003 at 12:22:13AM +0200, Dennis Lubert wrote: < < > Perhaps sendmail has some protection agains preloading libraries ?? < > But < > how does it work, or how can I disable it for my sendmail to debug it < > ? < < Aha, setuid programs can't have preloads. chmod u-s /usr/sbin/sendmail. < < Have fun, < < Avery < Ah, yes, that solved the thing, sendmail was installed suid. There are always some things to learn left ;) Perhaps the valgrind startup script should issue a warning if stat -c %A <EXECUTABLE> | grep s gives some output ?? greets Dennis |