Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=453422





--- Comment #47 from David Halik <auralva...@gmail.com>  2009-04-07 10:35:05 
EDT ---
kwizart:

Forcing the RPM_OPT_FLAGS is the cause for the buffer overflow. Allowing it to
build normally results in a working SB 1.1.1 on F11.

Without RPM_OPT_FLAGS:

gcc -o host_ifparser.o -c -DXP_UNIX -O3

With RPM_OPT_FLAGS:

gcc -o host_ifparser.o -c -DXP_UNIX -Os -g -pipe -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586
-mtune=generic -fasynchronous-unwind-tables

Is it mandatory that we build with the RPM_OPT_FLAGS? I'm going to try a few
things and see which option is causing the overflow, but it would be much
simpler if we didn't have to modify them. Recommendations?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to