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/client
Eduardo Sanchez dae1f95371
Adding a new temporary variable for realloc memory in order to keep the reference to the allocated memory before the function returns.
In case that realloc fails (i.e. OOM), before exiting with "return(1)", the application is still able to free the corresponding allocated memory.

Signed-off-by: Eduardo Sanchez <ledusanchez@gmail.com>
10 years ago
..
CMakeLists.txt Windows fixes. 11 years ago
Makefile Add CROSS_COMPILE to Makefiles. 12 years ago
client_shared.c Fix calls to mosquitto_connect*_async() not completing. 11 years ago
client_shared.h [453850] Add -C option to mosquitto_sub. 11 years ago
pub_client.c Adding a new temporary variable for realloc memory in order to keep the reference to the allocated memory before the function returns. 10 years ago
sub_client.c Fix usage text. 11 years ago