fs/autofs/inode.c:parse_options
- 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.
Showing
Please register or sign in to comment