lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-717-g3611b58
Date: Wed, 14 Jun 2017 06:42:01 -0400 (EDT)

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  3611b583f51157a727cdca387da368cb8af3ae8d (commit)
       via  4af438916a8f65e20b3f090c97bd3ab0d0fcc990 (commit)
       via  d5cdb916113297729c60f2c8fd7f1863c28232dc (commit)
       via  6b4cc984adf2606ba77beee59e3e6507caeb3301 (commit)
      from  7b45f3fa3fcbf7e7997c732cf8d13b9d469c6d1b (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 3611b583f51157a727cdca387da368cb8af3ae8d
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Jun 14 12:40:58 2017 +0200

    smtp.c, smtp_set_server_addr: Avoid smtp_server buffer overrun when server 
name length is SMTP_MAX_SERVERNAME_LEN -> "smtp_server[len] = 0" is an 
out-of-bound access

commit 4af438916a8f65e20b3f090c97bd3ab0d0fcc990
Author: Axel Lin <address@hidden>
Date:   Wed Jun 14 04:16:07 2017 +0800

    apps/smtp: Ensure smtp_server is NULL terminated
    
    Ensure we set correct setting when changing smtp_server setting.
    
    Signed-off-by: Axel Lin <address@hidden>

commit d5cdb916113297729c60f2c8fd7f1863c28232dc
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Jun 14 12:30:55 2017 +0200

    Fix compile of Axel Lin's patch

commit 6b4cc984adf2606ba77beee59e3e6507caeb3301
Author: Axel Lin <address@hidden>
Date:   Thu Jun 1 05:36:44 2017 +0800

    pbuf: Allow pass flags to pbuf_init_alloced_pbuf()
    
    Then we can reuse pbuf_init_alloced_pbuf() in pbuf_alloced_custom().
    
    Signed-off-by: Axel Lin <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 src/apps/smtp/smtp.c              | 11 +++++------
 src/core/pbuf.c                   | 21 ++++++++-------------
 src/include/lwip/apps/smtp_opts.h |  2 +-
 3 files changed, 14 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]