commit | e4b41fb9dafb9af4fecb602bf73d858ab651eeed | [log] [tgz] |
---|---|---|
author | Sachin Prabhu <sprabhu@redhat.com> | Wed Apr 04 01:58:56 2012 +0100 |
committer | Steve French <sfrench@us.ibm.com> | Tue Apr 03 20:46:09 2012 -0500 |
tree | 60f08a6ffab5686bfe4256fa8d4f838a09e2698f | |
parent | 1023807458b6365e28c66095648e1b66e04a4259 [diff] |
Fix UNC parsing on mount The code cleanup of cifs_parse_mount_options resulted in a new bug being introduced in the parsing of the UNC. This results in vol->UNC being modified before vol->UNC was allocated. Reported-by: Steve French <smfrench@gmail.com> Signed-off-by: Sachin Prabhu <sprabhu@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>