sway/common
M Stoeckl 62260ab56e Fix backup methods in get_socketpath for IPC client
Previously, the success of `getline` was tested by checking if the
buffer it allocates is nonempty and has a nonzero first byte. As
 `getline` does not explicitly zero out its memory buffer, this may
fail (e.g., with AddressSanitizer). Instead, we check that at least one
character was returned on standard output.

Also, trailing newlines (if present) are now removed.
2019-01-19 18:45:25 +01:00
..
background-image.c
cairo.c
ipc-client.c
list.c
log.c
loop.c
meson.build Remove unicode.c 2019-01-17 12:45:41 +01:00
pango.c
stringop.c
util.c