weston/xwayland
Antonio Borneo 3957863667 log: remove "%m" from format strings by using strerror(errno)
The printf() format specifier "%m" is a glibc extension to print
the string returned by strerror(errno). While supported by other
libraries (e.g. uClibc and musl), it is not widely portable.

In Weston code the format string is often passed to a logging
function that calls other syscalls before the conversion of "%m"
takes place. If one of such syscall modifies the value in errno,
the conversion of "%m" will incorrectly report the error string
corresponding to the new value of errno.

Remove all the occurrences of the specifier "%m" in Weston code
by using directly the string returned by strerror(errno).
While there, fix some minor indentation issue.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
2019-05-02 22:10:30 +02:00
..
dnd.c Rename compositor.h to libweston/libweston.h 2019-04-18 12:31:46 +03:00
hash.c Make config.h inclusion consistent 2016-06-16 11:01:54 -07:00
hash.h include stdint.h for int32_t/uint32_t 2016-07-26 16:26:08 -07:00
launcher.c log: remove "%m" from format strings by using strerror(errno) 2019-05-02 22:10:30 +02:00
meson.build Rename xwayland-api.h to libweston/xwayland-api.h 2019-04-18 12:31:46 +03:00
selection.c log: remove "%m" from format strings by using strerror(errno) 2019-05-02 22:10:30 +02:00
window-manager.c Rename compositor.h to libweston/libweston.h 2019-04-18 12:31:46 +03:00
xwayland-internal-interface.h xwayland: add set_toplevel_with_position to internal API 2017-01-18 13:21:02 +02:00
xwayland.h Rename xwayland-api.h to libweston/xwayland-api.h 2019-04-18 12:31:46 +03:00