Skip to content
Commit b80697c1 authored by Jan Kara's avatar Jan Kara
Browse files

udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)



There are several places in UDF where we declared temporary arrays of
UDF_NAME_LEN bytes on stack. This is not nice to stack usage so this patch
changes those places to use kmalloc() instead. Also clean up bail-out paths
in those functions when we are changing them.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 9bf2c6b8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment