mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-06 04:55:22 +00:00
5198c2542a
While the QCOW2 cluster size is represented in only 4 bits in the QCOW2 header and thus 1 << cluster_size cannot overflow int, qcow2GetClusterSize is supposed to return unsigned long long so we can just compute the result as ULL rather than computing it as int and promoting to unsigned long long. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com> |
||
---|---|---|
.. | ||
meson.build | ||
storage_file_backend_fs.c | ||
storage_file_backend_fs.h | ||
storage_file_backend_gluster.c | ||
storage_file_backend_gluster.h | ||
storage_file_backend.c | ||
storage_file_backend.h | ||
storage_file_probe.c | ||
storage_file_probe.h | ||
storage_source_backingstore.c | ||
storage_source_backingstore.h | ||
storage_source.c | ||
storage_source.h |