[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-173-gaa83bdf
[email protected] (Dirk Ziegelmeier)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 aa83bdf490a8b4573823619bfe48e2e75d9dbd49 (commit)
from 4adcd68ce4c52750a2b89025534b72dde7c4933a (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 aa83bdf490a8b4573823619bfe48e2e75d9dbd49
Author: Dirk Ziegelmeier <[email protected]>
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)
-----------------------------------------------------------------------
Summary of changes:
src/apps/smtp/smtp.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack