Fix problems found when fixing docker (#575)
* Require at least glib-2.36 (from 03/2013) to remove deprecated g_type_init() * Fix empty continuation line in Dockerfile * Require at least libmicrohttpd 0.9.25 (from 09/2012) to replace deprecated MHD_create_response_from_data() * fix versioncheck libmicrohttpd * Missing char for null-terminator in print_v6addrs() * safe_asprintf to fix /proc/subdir bufferoverflows There is no max length of /proc/subdir, increasing the value of /proc/sys/kernel/pid_max is one way this can happen * Fix conversion constant c++ string to variable char array * Fix strncpy using unrelated MPD_BUFFER_MAX_LENGTH * Use strncpy instead of strcpy in eve.cc * Use strncpy instead of strcpy in libmpdclient.cc * move safe_asprintf back and use ostreams in proc.cc to make sonarcloud happy
This commit is contained in:

committed by
Brenden Matthews

parent
a78a750dad
commit
4d5db325d9
@@ -101,7 +101,6 @@ RsvgHandle *rsvg_handle_new_from_file (const char * file_name, GError ** error);
|
||||
int rsvg_handle_render_cairo (RsvgHandle * handle, cairo_t * cr);
|
||||
int rsvg_handle_render_cairo_sub (RsvgHandle * handle, cairo_t * cr, const char *id);
|
||||
|
||||
void g_type_init(void);
|
||||
void g_object_unref(gpointer object);
|
||||
|
||||
RsvgHandle * rsvg_create_handle_from_file(const char *);
|
||||
|
Reference in New Issue
Block a user