mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 08:01:37 +00:00
![]() In all cases the problem is that the value being acted upon by a left-shift is a 32-bit number which is then being used in the context of a 64-bit number. To avoid overflow we ensure that the number being shifted is 64-bit before the shift is done. Fixes: CID 73684, CID 73695, CID 73764 Signed-off-by: Darren Kenny <darren.kenny@oracle.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> |
||
---|---|---|
.. | ||
zfs_fletcher.c | ||
zfs_lz4.c | ||
zfs_lzjb.c | ||
zfs_sha256.c | ||
zfs.c | ||
zfscrypt.c | ||
zfsinfo.c |