Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 3bd1f4a1 authored by Anton Altaparmakov's avatar Anton Altaparmakov
Browse files

NTFS: Fix several occurences of a bug where we would perform 'var & ~const'


      with a 64-bit variable and a int, i.e. 32-bit, constant.  This causes
      the higher order 32-bits of the 64-bit variable to be zeroed.  To fix
      this cast the 'const' to the same 64-bit type as 'var'.

Signed-off-by: default avatarAnton Altaparmakov <aia21@cantab.net>
parent ca8fd7a0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment