• Andrew Morton's avatar
    [PATCH] More 3.4 compilation fixes · 71efc910
    Andrew Morton authored
    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.
    71efc910
scan.c 22.5 KB