|
@@ -364,7 +364,7 @@ static int fwupdate_process_chunk(spz_stream *spz)
|
|
|
|
|
|
if (spz->header.vmin > spz->vmatch.vmax ||
|
|
if (spz->header.vmin > spz->vmatch.vmax ||
|
|
spz->header.vmax < spz->vmatch.vmin ||
|
|
spz->header.vmax < spz->vmatch.vmin ||
|
|
- ((spz->header.vmatch ^ spz->header.vmatch) & spz->header.vmask)) {
|
|
|
|
|
|
+ ((spz->header.vmatch ^ spz->vmatch.vmatch) & spz->header.vmask)) {
|
|
/* Chunk not applicable to this target */
|
|
/* Chunk not applicable to this target */
|
|
return fwupdate_skip_chunk(spz);
|
|
return fwupdate_skip_chunk(spz);
|
|
}
|
|
}
|