summaryrefslogtreecommitdiff
path: root/drivers/mtd/lpddr/lpddr_cmds.c
diff options
context:
space:
mode:
authorWenwen Wang <wenwen@cs.uga.edu>2019-08-15 15:29:51 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-09-10 10:29:47 +0100
commit62b1e22efe3e6eb629d8a7130bf3e69ec86e6293 (patch)
tree21f89b99da094c3e382e7bf36bf7e5ec45c83263 /drivers/mtd/lpddr/lpddr_cmds.c
parent1b25f01d604ed86d379420f038c91555faef0afc (diff)
wimax/i2400m: fix a memory leak bug
[ Upstream commit 44ef3a03252844a8753479b0cea7f29e4a804bdc ] In i2400m_barker_db_init(), 'options_orig' is allocated through kstrdup() to hold the original command line options. Then, the options are parsed. However, if an error occurs during the parsing process, 'options_orig' is not deallocated, leading to a memory leak bug. To fix this issue, free 'options_orig' before returning the error. Signed-off-by: Wenwen Wang <wenwen@cs.uga.edu> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions