mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-04 09:27:46 +00:00
![]() by removing the client side checks since the backup server has to check those things anyway, there is little benefit of checking it here, but poses a risk that there are two diverging checks for the client and server especially the next to last check (end_offset > device_size) was wrong, since we do not actually check the size of the actual chunk (which would be 'size'), but the generic set chunk size (defaults to 4M) which is obviously wrong (the last chunk is probably smaller) since it is not needed anymore, we can omit to get the 'device_size' fixes an issue where we could not backup an image which was not 4M aligned (or smaller than 4M altogether) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
.cargo | ||
debian | ||
src | ||
build.rs | ||
Cargo.toml | ||
header-preamble.c | ||
Makefile | ||
simpletest.c |