]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7d3d6a1c54f547b4f2f0127fba234e47dbf9aec5
treea61f7cd789b4b43e49ebd0751ecc56858a51e117
parent36f0c71562bdb43b442826f1a803fc3b2d3dc32a
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