[PATCH] More 3.4 compilation fixes
From: Jan Hubicka <jh@suse.cz> GCC now converts sprintf (a,"%s",b) to strcpy. This lose on kernel as strcpy is not inlined and not present in library, so one gets linker failure. It seems to make sense to apply this optimization by hand.
Showing
Please register or sign in to comment