commit | a33e30a0e023e9d1866866ca895c7789f48445e7 | [log] [tgz] |
---|---|---|
author | Zhihao Cheng <chengzhihao1@huawei.com> | Tue Jun 16 15:11:44 2020 +0800 |
committer | Richard Weinberger <richard@nod.at> | Sun Dec 13 22:12:32 2020 +0100 |
tree | 383b2fd9b04365a17ed31c4b624d278cf8e23607 | |
parent | c8be097530a82e004f98378c3afc5cd35efc4f57 [diff] |
ubifs: Pass node length in all node dumping callers Function ubifs_dump_node() has been modified to avoid memory oob accessing while dumping node, node length (corresponding to the size of allocated memory for node) should be passed into all node dumping callers. Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com> Signed-off-by: Richard Weinberger <richard@nod.at>