Bug 1805: Fixed 2 bugs in ICMP.computeChecksum(). 24/11024/1
authorShigeru Yasuda <s-yasuda@da.jp.nec.com>
Thu, 11 Sep 2014 06:50:24 +0000 (15:50 +0900)
committerShigeru Yasuda <s-yasuda@da.jp.nec.com>
Thu, 11 Sep 2014 06:50:24 +0000 (15:50 +0900)
  * Fixed a bug that caused ArrayIndexOutOfBoundsException if the size
    of the payload was odd.
  * Fixed a bug that generated incorrect checksum if the 16-bit checksum
    overflowed more than 255 times.

Change-Id: I8f26cc41dec2d5ba64c3ab31e66a846dfbea7bc5
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>

No differences found