• David S. Miller's avatar
    fs/autofs/inode.c:parse_options · 128e5e91
    David S. Miller authored
    - Fix bug in strsep/strchr changes, dereference *this_char
    not *value at top of while loop.  This matches how the same
    code in fs/autofs4/inode.c looks right now.
    Withtout this autofs loading causes an OOPS as the first
    time through the loop *value is dereferencing a NULL pointer.
    128e5e91
inode.c 6.05 KB