[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 7856141fc48bb121ae2adcf257f36b3c01c7a1d0 |
Date: |
Mon, 15 Jun 2015 13:56:20 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".
The branch, master has been updated
via 7856141fc48bb121ae2adcf257f36b3c01c7a1d0 (commit)
from 232cf8c28b74503703a4f3945b28c0e4d6ecbe52 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7856141fc48bb121ae2adcf257f36b3c01c7a1d0
Author: tabascoeye <address@hidden>
Date: Mon Jun 15 15:53:14 2015 +0200
icmp: fix checksum on replies of echo request with ID 0, sequence 0 and
either no data or any amount of 0x00 Bytes as data (closes: #45322)
When a client sends an ICMP echo request with ID 0, sequence 0 and
either no data or any amount of 0x00 bytes as data, the checksum in the
reply is wrong (off-by-one).
Expected checksum is 0xffff in that case, observed is 0x0000.
-----------------------------------------------------------------------
Summary of changes:
src/core/ipv4/icmp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 7856141fc48bb121ae2adcf257f36b3c01c7a1d0,
Sylvain Rochet <=