• Alexander Viro's avatar
    [PATCH] sparse: sock_fprog sanitized · e8eaa326
    Alexander Viro authored
    sock_fprog instances that had kernel pointer in ->filter (both of them -
    in ppp_generic and isdn_ppp) replaced with explicit pairs len + kernel
    pointer.  Copying of userland sock_fprog (with its __user ->filter)
    cleaned up and sanitized.
    
    Trivial annotation done in the rest of ->ioctl() in ppp_generic and
    isdn_ppp.
    e8eaa326
isdn_ppp.h 1.68 KB