Get Demo
In the Linux kernel, the following vulnerability has been resolved:
dm-integrity: dont increment hash_offset twice
hash_offset is already incremented in the loop for (i = 0; i < to_copy; i++, ts–). Do not increment it again.