1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-07-01 05:03:28 +00:00
conky/lua
Nikolas Garofil 4d5db325d9 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
2018-08-07 09:38:36 -04:00
..
cairo_imlib2_helper.pkg Wrapper for drawing images with imlib2 and cairo 2013-06-08 12:09:35 +02:00
cairo.pkg Added destroy methods to some functions to fix memory leaks. (#535) 2018-07-08 20:51:44 -04:00
CMakeLists.txt Add formatting/static analysis (#486) 2018-05-12 12:03:00 -04:00
imlib2.pkg remove imlib_clip_line from lua/imlib2.pkg; the actual code for this (was in rgbadraw.c) has been removed upstream but not the prototype 2009-07-26 19:31:53 +02:00
libcairo_imlib2_helper.h Add formatting/static analysis (#486) 2018-05-12 12:03:00 -04:00
libcairo-helper.h Added destroy methods to some functions to fix memory leaks. (#535) 2018-07-08 20:51:44 -04:00
libcairo.patch Fix "wrong type of arguments for cairo_set_dash", sf.net #3014648 2010-06-13 18:57:07 +02:00
librsvg-helper.h Add formatting/static analysis (#486) 2018-05-12 12:03:00 -04:00
rsvg.pkg Fix problems found when fixing docker (#575) 2018-08-07 09:38:36 -04:00