https://bugzilla.novell.com/show_bug.cgi?id=237107 ------- Comment #6 from bashlogic@gmail.com 2007-01-30 11:08 MST ------- hello, i am not close to the system so i cant compile and test right now but this i can share with you. i spoke with some members of the gnokii team and they appearently found and patced the bug. it is in the svn source regardless that they did not incriment the version number. ill give it a try and compile with the specified flags the first chance i get. regards BL (In reply to comment #5)
openSUSE 10.2 does not contain any patches for gnokii, so it seems that this indeed is stack protector issue. Could you please compile 0.6.14 with stack protector:
CFLAGS="-fstack-protector" ./configure make
And then compile CVS version also with stack protector:
svn co http://gnokii.gforge.punktart.de/svn/gnokii/trunk/ cd trunk chmod +x ./autogen.sh CFLAGS="-fstack-protector" ./autogen.sh make
And test both binaries if they crash?
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.