Files
systemd/src
Sergey Bugaev 0e557eef37 log: protect errno in log_open()
Commit 0b1f3c768c has introduced log_open()
calls after exec fails post-fork. However, the log_open() call itself could
change the value of errno, which, for me, manifested in:

$ coredumpctl gdb
...
Failed to invoke gdb: Success

Fix this by using PROTECT_ERRNO in log_open().
2021-03-22 19:34:03 +03:00
..
2021-02-22 23:45:55 +09:00
2021-03-22 19:34:03 +03:00
2021-03-18 11:59:31 +01:00
2021-03-11 11:49:19 +01:00
2021-03-04 05:03:44 +09:00
2021-03-19 09:53:25 +00:00
2021-03-17 13:07:11 -07:00
2021-02-25 05:54:11 +09:00
2021-03-18 09:43:08 +00:00
2021-03-04 05:06:48 +09:00
2021-03-18 11:59:31 +01:00
2021-03-18 11:59:31 +01:00