Am Samstag, 14. März 2009 schrieb: > Hi Toni, > > I believe the songbird rpm is messed up. Please see > http://bugzilla.songbirdnest.com/show_bug.cgi?id=15682 and > http://getsatisfaction.com/songbird/topics/buffer_overflow_detected_on_star >tup_of_1_1 for more information. If you can't reproduce this then I'd be > glad to help you try and debug it.
ok, problem is solved. I used RPM_OPT_FLAGS to make rpmlint happy and boing ... FORTIFY_SOURCE aborts the process if realpath() is called with destination buffer smaller than PATH_MAX (typically of 4096 characters). Mozilla uses MAXPATHLEN that is by default defined to 1024 bytes. So I searched for a patch and modified the embedded xulrunner. New packags are uploaded songbird-1.1.1-0.pm.5 and should be available within the next hours. A big thank goes to a songbird user (Jon) who debugged the beast and pointed me into this issue with the PATH_MAX definitions. And as soon the problem was known, a soltution could be found :) > Thanks, > Nathan -- have fun Toni _______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
