mosquitto:fixes

Last commit made on 2025-11-26
Get this branch:
git clone -b fixes https://git.launchpad.net/mosquitto

Branch merges

Branch information

Name:
fixes
Repository:
lp:mosquitto

Recent commits

8c73aa6... by Roger Light

Windows: Add broker linker exports file to installer

6fb01c7... by Roger Light

Add broker logging for protocol errors

a0fa07f... by Roger Light

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. Thanks to Qingpeng Du.

f3a9fbb... by Roger Light

Check *_get_ex_data() and *_set_ex_data() return values.

Closes #3389. Thanks to Qingpeng Du.

a06d936... by Roger Light

Fix: session handling when per_listener_settings is set to true

Closes #2618
Closes #2526

Thanks to Reuben Miller and llamaonaskateboard.

0811580... by Roger Light

Fix potential realloc leaks caused by errors on startup only

Closes #3363. Thanks to songsong-L

dfde35a... by Roger Light

Add compile time checks for whether -lanl is required

Prior to glibc 2.34 this was required

f604b09... by Roger Light

Fix session expiry list corruption

This happens if a client with session-expiry-interval set disconnects,
is kicked by a plugin, and then expires.

d27632a... by Roger Light

Only cleanup TLS if it is initialised.

Closes #2975

1638d96... by Roger Light

Fix Pthreads4W typo.

Closes #3282