http://bugzilla.novell.com/show_bug.cgi?id=628323 http://bugzilla.novell.com/show_bug.cgi?id=628323#c0 Summary: Possible miscompilation Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: rguenther@novell.com ReportedBy: pth@novell.com QAContact: qa@suse.de CC: pbaudis@novell.com Found By: Development Blocker: --- When you compile marsnwe from home:psmt/marsnwe you'll get a warning for nwbind.c from glibc: In file included from /usr/include/string.h:640:0, from ../net.h:37, from ../nwbind.c:32: In function 'strcpy', inlined from 'handle_fxx' at ../nwbind.c:1753:26: /usr/include/bits/string3.h:107:3: warning: call to __builtin___strcpy_chk will always overflow destination buffer Which AFAICS can't be as the buffer pointed to is at least 546 bytes large. So either the glibc check is bogus or gcc gets confused when inlining the code. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.