xorg-libx11/modules
Alan Coopersmith 54925250ad i18n: use memcpy instead of strncpy on unterminated char arrays
Avoids gcc warnings that we're using strncpy wrong to copy a known-length
set of characters without a terminating '\0' to a buffer whose length we
are checking separately.  (Should also be imperceptibly faster since we
no longer check if each byte is '\0' when we already know it won't be.)

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2020-08-28 20:29:27 +00:00
..
im i18n: use memcpy instead of strncpy on unterminated char arrays 2020-08-28 20:29:27 +00:00
lc i18n: use memcpy instead of strncpy on unterminated char arrays 2020-08-28 20:29:27 +00:00
om Fix an integer overflow in init_om() 2020-08-19 12:46:57 +02:00
Makefile.am Add missing Makefile.am to lib/X11/modules 2005-07-15 04:27:32 +00:00