wrong check condition in patch-delta.c?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
While inspecting patch-delta.c, I encounter this:
                      if (cp_off + cp_size < cp_size ||
                          cp_off + cp_size > src_size ||
                          cp_size > size)
                              goto bad;
"cp_off + cp_size < cp_size" doesn't make sense to me. Is it on purpose?
-
: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]