TAR_BLOCK_LEN
if (tar_arch->fw->size < TAR_BLOCK_LEN) {
tar_offs + 2*TAR_BLOCK_LEN > tar_size) {
tar_offs += TAR_BLOCK_LEN;
tar_offs += (cur_size/TAR_BLOCK_LEN) * TAR_BLOCK_LEN;
if (cur_size % TAR_BLOCK_LEN)
tar_offs += TAR_BLOCK_LEN;
if (tar_offs + 2*TAR_BLOCK_LEN > tar_size) {
2*TAR_BLOCK_LEN))
char block[TAR_BLOCK_LEN];