OSDN Git Service

possible memory corruption in cifs_parse_mount_options()
authorVasily Averin <vvs@parallels.com>
Mon, 6 Jun 2011 07:33:12 +0000 (11:33 +0400)
committerSteve French <sfrench@us.ibm.com>
Mon, 6 Jun 2011 15:31:29 +0000 (15:31 +0000)
commit957df4535d06a8e009101239937ca5e50a6218c6
treea61f7cd789b4b43e49ebd0751ecc56858a51e117
parent5f0b23eeba2d9105944148e5a85b0bfb34a8ecf5
possible memory corruption in cifs_parse_mount_options()

error path after mountdata check frees uninitialized mountdata_copy

Signed-off-by: Vasily Averin <vvs@sw.ru>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c