Mongoose v6.12 Release Notes

Release Date: 2018-08-13 // over 5 years ago
  • ๐Ÿ”’ Security fix

    ๐Ÿš€ This release fixes a security issue, reported at https://www.cvedetails.com/cve/CVE-2018-10945/

    ๐Ÿ– ( Fix body length calculation in mg_handle_cgi)

    ๐Ÿ”„ Change List:

    Add mg_url_encode_opt() - a parametrized version of mg_url_encode()

    Add MG_HIDE_SERVER_INFO

    mg_file_upload_handler: Support multiple files

    โž• Add host name verification for OpenSSL

    โž• Add mg_strstrip: trims whitespace at both ends of a string

    ๐Ÿ›  Fix http pipelining

    ๐Ÿ›  Fix buffer size passed to inet_ntop()

    ๐Ÿ›  Fix an edge case in multipart HTTP upload parsing

    Fix mg_http_parse_header (treat ; as a delimiter)

    mg_lwip: Fix race during clean connection teardown

    Fix a bug in mg_mgr_init_opt with opts.num_ifaces

    Fix build with CS_ENABLE_STDIO=0

    ๐Ÿ›  Fix warnings on newer versions of GCC

    ๐Ÿ– Fix body length calculation in mg_handle_cgi

    Don't touch send_mbuf when sending MQTT messages