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: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-873-g9844049
Date: Fri, 11 Aug 2017 14:40:05 -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  9844049cb181d296840cf1a0e718bf960ca67ceb (commit)
      from  0cf405e24f99e659f686cc4969f576163d16a1d6 (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 9844049cb181d296840cf1a0e718bf960ca67ceb
Author: Joel Cunningham <address@hidden>
Date:   Fri Aug 11 10:16:50 2017 -0500

    lwip_itoa: fix converting 0 (bug #51729)
    
    lwip_itoa would output the number 0 as \0.  This fixes the issue by
    adding a special check before the normal conversion loop
    
    This was found via shell cmd idxtoname and win32 port.  "lo0" should
    be returned for index 1

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

Summary of changes:
 CHANGELOG      | 3 +++
 src/core/def.c | 5 +++++
 2 files changed, 8 insertions(+)


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



reply via email to

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