bug#52671: glibc patch causes crash on failure to find path to executable

2021-12-20 Thread Ivan Kozlov
glibc-dl-cache.patch causes segmentation fault when _dl_get_origin fails (which should be harmless unless there is $ORIGIN in RUNPATH). I found this when running a dynamically linked executable as ‘init’, before /proc was mounted. There needs to be an origin != (char *)-1 check.

bug#52671: glibc patch causes crash on failure to find path to executable

2022-01-12 Thread Ivan Kozlov
Just in case, http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52693 addresses this.

bug#42346: Support Xcursor in Xlib

2020-07-13 Thread Ivan Kozlov
libX11 contains support for runtime loading of libXcursor. Without this support, programs that use Xlib’s mouse cursor routines, such as XTerm, do not follow the mouse cursor theme as determined by the Xcursor.theme resource and XCURSOR_THEME environment variable. This is in fact very noticeable