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 Crude random client testing 2019-04-10 22:51:33 +01:00
ssl Update test key length to 2048 to avoid new openssl rejections. 2020-02-25 14:54:25 +00:00
unit Fix more minor compiler warnings. 2021-01-21 13:33:54 +00:00
Makefile Add very basic client tests. 2020-09-15 13:25:44 +01:00
mosq_test.py Fix message_size_limit not applying to the Will payload. 2021-01-19 11:51:50 +00:00
mqtt5_opts.py Tests and fixes for subscription options. 2018-12-19 12:54:04 +00:00
mqtt5_props.py Convert tests to Python 3 2019-03-28 21:32:12 +00:00
mqtt5_rc.py Disallow writing to $ topics where appropriate. 2019-03-03 22:00:30 +00:00
ptest.py Sort failed tests when reporting. 2020-09-16 14:45:28 +01:00