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 30d8d2ba6b Fix leak on error.
Closes oss-fuzz #55723.

This was a leak on a failure case which would have caused the program to
terminate.
3 years ago
..
CMakeLists.txt Move control functions to common, and use in the broker. 3 years ago
Makefile Fuzzing: db_dump file loading 3 years ago
bridge.c Coverity suppressions 3 years ago
bridge_topic.c Set pointers to NULL after freeing. 4 years ago
broker_control.c Move control functions to common, and use in the broker. 3 years ago
conf.c Add -q option to mosquitto 3 years ago
conf_includedir.c Simplify some error states 3 years ago
context.c Build fixes, particularly pedantic compiler warnings. 3 years ago
control.c Rename members 3 years ago
database.c Fix db id generation in case of clock discontinuity. 3 years ago
handle_auth.c Set pointers to NULL after freeing. 4 years ago
handle_connack.c Merge branch 'master' into develop 3 years ago
handle_connect.c client_id -> clientid rename. 3 years ago
handle_disconnect.c Bump copyrights. 4 years ago
handle_publish.c Renaming and adding tests. 3 years ago
handle_subscribe.c Fix Coverity Scan 1502687 3 years ago
handle_unsubscribe.c Rename topic -> topic_filter in events. 3 years ago
http_serv.c Fix Coverity Scan 1500606 3 years ago
keepalive.c Coverity suppressions 3 years ago
linker-macosx.syms Add mosquitto_persistence_location() for plugins. 3 years ago
linker.syms Add mosquitto_persistence_location() for plugins. 3 years ago
listeners.c Plugin loading. 3 years ago
logging.c Add missing headers for some build options 3 years ago
loop.c Rename members 3 years ago
memory_public.c Re-enable LTO for gcc builds. 4 years ago
mosquitto.c Support for initial fuzzing through oss-fuzz 3 years ago
mosquitto_broker_internal.h Add -q option to mosquitto 3 years ago
mux.c Introduce a common-options cmake target 3 years ago
mux.h Make listener start/stop more independent of general init. 4 years ago
mux_epoll.c Make listener start/stop more independent of general init. 4 years ago
mux_kqueue.c Fix memory issues in kqueue operations 3 years ago
mux_poll.c Make listener start/stop more independent of general init. 4 years ago
net.c Fix openssl 3 deprecations. 3 years ago
persist.h Persist set error return on error. 3 years ago
persist_read.c client_id -> clientid rename. 3 years ago
persist_read_v5.c Fix leak on error. 3 years ago
persist_read_v234.c Fix leak on error. 3 years ago
persist_write.c Persist set error return on error. 3 years ago
persist_write_v5.c client_id -> clientid rename. 3 years ago
plugin_acl_check.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_basic_auth.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_callbacks.c Remove unused events 3 years ago
plugin_cleanup.c Remove unused var 3 years ago
plugin_connect.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_disconnect.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_extended_auth.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_init.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_message.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_persist.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_psk_key.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_public.c Restrict payloadlen. 3 years ago
plugin_subscribe.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_tick.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_unsubscribe.c Use _SAFE version incase a callback unregisters itself. 3 years ago
plugin_v2.c Plugin loading. 3 years ago
plugin_v3.c Plugin loading. 3 years ago
plugin_v4.c Plugin loading. 3 years ago
plugin_v5.c Plugin loading. 3 years ago
property_broker.c Comments 4 years ago
read_handle.c Bump copyrights. 4 years ago
retain.c Rename topic -> topic_filter in events. 3 years ago
security_default.c Plugin loading. 3 years ago
send_auth.c Simplify some error states 3 years ago
send_connack.c Bump copyrights. 4 years ago
send_suback.c Bump copyrights. 4 years ago
send_unsuback.c Bump copyrights. 4 years ago
service.c Set pointers to NULL after freeing. 4 years ago
session_expiry.c Fix persisted clients being restored without a session expiry time. 3 years ago
signals.c Move plugin init to own file. 4 years ago
subs.c Rename topic -> topic_filter in events. 3 years ago
sys_tree.c Don't expire retained messages 3 years ago
sys_tree.h Publish global out_packet values to $SYS 3 years ago
topic_tok.c Set pointers to NULL after freeing. 4 years ago
websockets.c Merge branch 'master' into develop 3 years ago
will_delay.c Set pointers to NULL after freeing. 4 years ago
xtreport.c Rename mosquitto_base_msg -> mosquitto__base_msg 3 years ago