[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RC1-37-g0189e7b

[email protected] (Simon Goldschmidt)
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  0189e7b02f4ac7bdd75b9b2df5cc5ba7e92b8eed (commit)
      from  796f98beb252fade4c16cdb163392d57d4a13fbb (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 0189e7b02f4ac7bdd75b9b2df5cc5ba7e92b8eed
Author: Simon Goldschmidt <[email protected]>
Date:   Thu Sep 13 14:54:49 2018 +0200

    mqtt: allow user + pass longer than 255 chars
    
    See bug #54655:
    "MQTT brokers such as Google Cloud IoT Core requires MQTT clients
    to send JSON Web Token (JWT) as password field of the MQTT Connect
    packet. JWT can be more than 255 bytes.
    Currently, the MQTT library restricts password to be less than 256
    bytes, thus it prevents connectivity to Google Cloud IoT Core."
    
    Fix that by just converting the local variables for these from u8_t
    to u16_t.
    
    Suggested-by: Richmond Umagat <[email protected]>
    Signed-off-by: Simon Goldschmidt <[email protected]>

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

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


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.