• Jan Kara's avatar
    udf: Fix directory iteration for longer tail extents · 1ea1cd11
    Jan Kara authored
    When directory's last extent has more that one block and its length is
    not multiple of a block side, the code wrongly decided to move to the
    next extent instead of processing the last partial block. This led to
    directory corruption. Fix the rounding issue.
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    1ea1cd11
directory.c 13.9 KB