Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: (gcc4 O1+) perl-DBD-pg Placeholders no longer functioning https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=156840 ------- Additional Comments From wtogami@xxxxxxxxxx 2005-05-23 16:05 EST ------- <arjan> warren: =2 and =1 aren't entirely identical <arjan> =2 is changing some subtle behavior that I would consider a bug <arjan> but the standards don't <arjan> example <arjan> struct foo { char buf[20]; int a;}; <arjan> strcpy(foo->buf, "21 character long string...."); <arjan> that is allowed with =1 <arjan> but not with =2 Most likely this is FORTIFY_SOURCE=2 breaking on some bad code. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/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.