http://bugzilla.novell.com/show_bug.cgi?id=617675 http://bugzilla.novell.com/show_bug.cgi?id=617675#c2 --- Comment #2 from Marcus Meissner <meissner@novell.com> 2010-06-29 10:07:43 UTC --- struct tftphdr { short th_opcode; /* packet type */ union { unsigned short tu_block; /* block # */ short tu_code; /* error code */ char tu_stuff[1]; /* request packet stuff */ } __attribute__ ((__packed__)) th_u; char th_data[1]; /* data or error string */ } __attribute__ ((__packed__)); its because it strcpy()s to th_stuff, but the fortify checker code does not detect that the struct is variable length. -- 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.