]> git.baikalelectronics.ru Git - kernel.git/commit
9p: fix memory leak in v9fs_parse_options()
authorEric Van Hensbergen <ericvh@gmail.com>
Mon, 8 Feb 2010 23:59:34 +0000 (17:59 -0600)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 8 Feb 2010 23:59:34 +0000 (17:59 -0600)
commitfde6a1505b44792064eb03303ee136e548666006
tree4425f4ab1cee9cdf24a4ac92122682c929c24964
parentcf9659383842b3050f60743c40d60f973641e0d5
9p: fix memory leak in v9fs_parse_options()

If match_strdup() fail this function exits without freeing the options string.

Signed-off-by: Venkateswararao Jujjuri <jvrao@us.ibm.com>
Sigend-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/v9fs.c