mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-03-23 16:33:35 +08:00
Merge branch 'fixes' into develop
This commit is contained in:
@@ -271,6 +271,23 @@
|
||||
- Support for openssl < 3.0 removed.
|
||||
|
||||
|
||||
2.0.23 - 2026-01-14
|
||||
===================
|
||||
|
||||
Broker:
|
||||
- Fix handling of disconnected sessions for `per_listener_settings true`
|
||||
- Check return values of openssl *_get_ex_data() and *_set_ex_data() to
|
||||
prevent possible crash. This could occur only in extremely unlikely
|
||||
situations. See https://github.com/eclipse-mosquitto/mosquitto/issues/3389
|
||||
Closes #3389.
|
||||
- Check return value of openssl ASN1_string_[get0_]data() functions for NULL.
|
||||
This prevents a crash in case of incorrect certificate handling in openssl.
|
||||
Closes #3390.
|
||||
- Fix potential crash on startup if a malicious/corrupt persistence file from
|
||||
mosquitto 1.5 or earlier is loaded. Closes #3439.
|
||||
- Limit auto_id_prefix to 50 characters. Closes #3440.
|
||||
|
||||
|
||||
2.0.22 - 2025-07-11
|
||||
===================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user