mosquitto/test
Roger A. Light 6a4a547892 Fix segfault on client sending malformed CONNACk.
CVE-xxxx-xxxx: If an authenticated client connected with MQTT v5 sent a
malformed CONNACK message to the broker a NULL pointer dereference occurred,
most likely resulting in a segfault. This will be updated with the CVE
number when it is assigned.
Affects versions 2.0.0 to 2.0.9 inclusive.

Closes #2163. Thanks to Bryan Pearson.
2021-04-03 11:14:27 +01:00
..
broker Fix segfault on client sending malformed CONNACk. 2021-04-03 11:14:27 +01:00
client Fix running of basic client tests. 2020-10-14 10:17:49 +01:00
lib Null checks in client tests. 2020-12-01 09:48:11 +00:00
old Fix building of old tests. 2020-11-12 21:57:54 +00:00
random
ssl
unit Fix more minor compiler warnings. 2021-01-21 13:33:54 +00:00
Makefile
mosq_test.py Fix message_size_limit not applying to the Will payload. 2021-01-19 11:51:50 +00:00
mqtt5_opts.py
mqtt5_props.py
mqtt5_rc.py
ptest.py