Skip to content
Snippets Groups Projects
Commit 13d43555 authored by Łukasz Majewski's avatar Łukasz Majewski Committed by Tom Rini
Browse files

fs:ext4:write: Initialize cache aligned filename buffer


The filename buffer is allocated dynamically. It must be cache aligned.
Moreover, it is necessary to erase its content before we use it for
file name operations.

This prevents from corruption of written file names.

Signed-off-by: default avatarLukasz Majewski <l.majewski@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
parent d429ca0d
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