• Andrew Morton's avatar
    [PATCH] NCPFS memleak fix · 0c68742b
    Andrew Morton authored
    Patch from Petr Vandrovec <vandrove@vc.cvut.cz>
    Reported by Oleg Drokin.
    
        In NCP_IOC_SETOBJECTNAME handler, we allocated space (newname pointer),
        copy stuff from userspace to there and then assign userspace
        pointer to our internal structure, whoops!
    0c68742b
ioctl.c 16.2 KB