Skip to content
Commit f55f39ba authored by Yingjoe Chen's avatar Yingjoe Chen Committed by Paul Gortmaker
Browse files

i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwr



commit a0692f0e upstream.

If I2C_M_RECV_LEN check failed, msgs[i].buf allocated by memdup_user
will not be freed. Pump index up so it will be freed.

Fixes: 838bfa60 ("i2c-dev: Add support for I2C_M_RECV_LEN")
Signed-off-by: default avatarYingjoe Chen <yingjoe.chen@mediatek.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 1ffee5d9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment