• Andrew Morton's avatar
    [PATCH] memcpy/memset fixes · 68286bb8
    Andrew Morton authored
    Fix some places which were doing
    
    	memcpy(to, from, sizeof(to));
    and
    	memset(to, 0, sizeof(to));
    
    Found by the Stanford checker.
    68286bb8
emufx.c 84.1 KB