You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/src
Roger A. Light 42163634c7 Fix leak on crafted MQTT v5 CONNECT.
If a MQTT v5 client connects with a crafted CONNECT packet a memory leak
will occur.

Thanks to Kathrin Kleinhammer.
4 years ago
..
CMakeLists.txt Fix cmake epoll detection. 5 years ago
Makefile Fix connack error printing. 5 years ago
bridge.c Fix bridge pollfd corruption on Windows. 4 years ago
bridge_topic.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
conf.c Remove C++ style comments. 4 years ago
conf_includedir.c Minor build fixes. 5 years ago
context.c Improve QoS 0 outgoing packet queueing. 4 years ago
control.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
database.c Improve QoS 0 outgoing packet queueing. 4 years ago
handle_auth.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
handle_connack.c Fix segfault on client sending malformed CONNACk. 5 years ago
handle_connect.c Fix leak on crafted MQTT v5 CONNECT. 4 years ago
handle_disconnect.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
handle_publish.c Fix the return of plugin__handle_message not being fully handled. 4 years ago
handle_subscribe.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
handle_unsubscribe.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
keepalive.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
lib_load.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
linker-macosx.syms Remove non-existant linker functions. 5 years ago
linker.syms Remove non-existant linker functions. 5 years ago
logging.c Minor build fixes. 5 years ago
loop.c mux init must happen before bridges are started. 5 years ago
memory_public.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
mosquitto.c mux init must happen before bridges are started. 5 years ago
mosquitto_broker_internal.h Improve QoS 0 outgoing packet queueing. 4 years ago
mux.c Fix mux_epoll__handle() use. 5 years ago
mux.h Fix mux_epoll__handle() use. 5 years ago
mux_epoll.c mux init must happen before bridges are started. 5 years ago
mux_poll.c Add missing return types. 4 years ago
net.c Provide help for users trying to bind to privileged ports. 5 years ago
password_mosq.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
password_mosq.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
persist.h Minor build fixes. 5 years ago
persist_read.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
persist_read_v5.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
persist_read_v234.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
persist_write.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
persist_write_v5.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
plugin.c Handle identifier==NULL case. 4 years ago
plugin_debug.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
plugin_defer.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
plugin_public.c Fix more minor compiler warnings. 5 years ago
property_broker.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
read_handle.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
retain.c Fix messages to `$` prefixed topics being rejected. 5 years ago
security.c Fix possible crash having just upgraded from 1.6. 5 years ago
security_default.c Minor build fixes. 5 years ago
send_auth.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
send_connack.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
send_suback.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
send_unsuback.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
service.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
session_expiry.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
signals.c Minor build fixes. 5 years ago
subs.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
sys_tree.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
sys_tree.h Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
topic_tok.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
websockets.c Improve QoS 0 outgoing packet queueing. 4 years ago
will_delay.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago
xtreport.c Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause. 5 years ago