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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-220-g2cc420e
Date: Wed, 30 Jan 2019 08:31:28 -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, master has been updated
       via  2cc420e434744f9f217f2e68f39cf08379517a94 (commit)
      from  ed561a578b3283593c38a206d4a9b735e9d84758 (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 2cc420e434744f9f217f2e68f39cf08379517a94
Author: David Girault <address@hidden>
Date:   Wed Jan 30 11:36:51 2019 +0100

    mqtt: remove bad assert in mqtt_message_received()
    
    - client->msg_idx can be > MQTT_VAR_HEADER_BUFFER_LEN in long message 
splitted in multiple pbufs
    - renamed fixed_hdr_idx to fixed_hdr_len because it is length of fixed 
header in rx_buffer, not an index to it
    - removed the cpy_start as data always copied right after the fixed header

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

Summary of changes:
 src/apps/mqtt/mqtt.c | 45 +++++++++++++++++++++------------------------
 1 file changed, 21 insertions(+), 24 deletions(-)


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



reply via email to

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