Zbigniew Jędrzejewski-Szmek
b5c7d097ec
man: link to freebsd.org for inetd(8)
2015-03-13 23:42:18 -04:00
Zbigniew Jędrzejewski-Szmek
3ba3a79df4
man: fix a bunch of links
...
All hail linkchecker!
2015-03-13 23:42:18 -04:00
Zbigniew Jędrzejewski-Szmek
64144440a5
sd-daemon: simplify sd_pid_notify_with_fds
...
Coverity was complaining that CMSG_NXTHDR is used without
checking the return value. In this case it cannot fail, but
it is a good excuse to simplify the function a bit.
CID #1261726 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
24bfda116c
udev: properly calculate size of remaining data
...
The data comes from the kernel, so chances of it being
garbled are low, but for correctness' sake, add the check.
CID #996458 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
9116b40692
test-dhcp-option: conform to usual coding style
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
0915fda60a
test-dhcp-option: add assert to check index is nonnegative
...
CID #1237623 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
d6483ba783
core: check asprintf return value
...
CID #1261729 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
e64d523579
core: print warning on invalid swap pri= field
...
CID #1264371 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
8fa158e79d
core: one more (void)
...
CID #996308 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
2bf105232f
logind: explicitly ignore errors we can do nothing about
...
CID #1237545 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
d3839740fa
bus: explicitly ignore failure during error handling
...
CID #1237548 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
42b1b9907d
core: explicitly ignore failure during cleanup
...
CID #1237550 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
cd972d6911
core: don't wait for reply if writing to pipe fails
...
This shouldn't really happen, but it's seems cleaner to
continue on error.
CID #1237552 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
3164e3cbc5
core: either ignore or handle mount failures
...
/dev/pts/ptmx is as important as /dev/pts, so error out if that
fails. Others seem less important, since the namespace is usable
without them, so ignore failures.
CID #123755 , #123754 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
dc75168823
Use space after a silencing (void)
...
We were using a space more often than not, and this way is
codified in CODING_STYLE.
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
2ae56591b5
core: ignore any issues with setting time on jobs_in_progress_event_source
...
CID #1237559 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
d448c7927a
sd-resolve: use different element of union to make code more readable
...
They both point to the same location, but the reader
is not forced to look back to the beginning of the function
to see that.
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
39d0fd9c0c
journal-remote: explain why source->buf cannot be null
...
In reference to CID #1238956 .
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
012d7b4217
Check that EWOULDBLOCK is the same as EAGAIN
...
It certainly is everywhere on Linux, but as a courtesy
to people doing some strange cross-compilation, check
that the assumption holds.
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
be7e1319ea
journal-remote: make process_data static
2015-03-13 23:42:17 -04:00
Zbigniew Jędrzejewski-Szmek
48861960ac
nspawn: tell coverity that we ignore return value
...
CID #1271353 .
2015-03-13 23:42:16 -04:00
Zbigniew Jędrzejewski-Szmek
a0b1209c4a
gpt-auto-generator: allow type check to fail
...
add_mount() is OK with unknow file type, but we have to initalize
the variable to NULL not to pass garbage on error.
2015-03-13 23:42:16 -04:00
Zbigniew Jędrzejewski-Szmek
7c5925a448
efi: widen operand to avoid overflow
...
CID #1287141 .
2015-03-13 23:42:16 -04:00
Zbigniew Jędrzejewski-Szmek
9fff898181
core: issue error on oom we can do nothing about
...
CID #1287142 .
2015-03-13 23:42:16 -04:00
Zbigniew Jędrzejewski-Szmek
d357562c48
µhttp-util: setup gnutls logs in one function
2015-03-13 23:42:16 -04:00