[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, STABLE-2_1
From: |
Dirk Ziegelmeier |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, STABLE-2_1_x, updated. STABLE-2_1_1_RELEASE-4-g66706f4 |
Date: |
Mon, 19 Nov 2018 08:49:40 -0500 (EST) |
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, STABLE-2_1_x has been updated
via 66706f469d36d0100183e9c2c52d76bc88b50d9f (commit)
from 98d1cb1c000577468e2b1b54137b4bb37f161f85 (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 66706f469d36d0100183e9c2c52d76bc88b50d9f
Author: Dirk Ziegelmeier <address@hidden>
Date: Mon Nov 19 14:43:26 2018 +0100
Fix bug #55034: apps/smtp.c fails to compile with strict C compatibility
because of strnlen
by replacing strnlen with strlen. It's a user-supplied string, so we can
assume it is correctly \0 terminated (as done several times elsewhere in the
code)
(cherry picked from commit aa83bdf490a8b4573823619bfe48e2e75d9dbd49)
-----------------------------------------------------------------------
Summary of changes:
src/apps/smtp/smtp.c | 7 +++----
1 file changed, 3 insertions(+), 4 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, STABLE-2_1_x, updated. STABLE-2_1_1_RELEASE-4-g66706f4,
Dirk Ziegelmeier <=