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

udf: Fix memory leak when mounting

udf_process_sequence() allocates temporary array for processing
partition descriptors on volume which it fails to free. Free the array
when it is not needed anymore.

Fixes: 7b78fd02

 ("udf: Fix handling of Partition Descriptors")
CC: stable@vger.kernel.org
Reported-by: default avatar <syzbot+128f4dd6e796c98b3760@syzkaller.appspotmail.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent aa9f6661
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