openrc/src
NRK 63a5ee3d8c seedrng: fix memory leak reported by clang-tidy
`seed_dir` gets allocated via xstrdup but never gets freed - which
clang-tidy flags as a memory leak.

instead of free-ing the allocation, just don't allocate to begin with
since there's no need for it.

also bump the copyright year.
2023-02-05 00:38:20 -05:00
..
checkpath checkpath: missing includes from IWYU 2023-01-29 11:32:22 -06:00
einfo einfo: missing includes from IWYU 2023-01-29 11:32:22 -06:00
fstabinfo fstabinfo: missing includes from IWYU 2023-01-29 11:32:22 -06:00
halt migrate fully to meson build system 2022-04-06 10:51:55 -05:00
is_newer_than is_newer_than: missing includes from IWYU 2023-01-29 11:32:22 -06:00
is_older_than is_older_than: missing includes from IWYU 2023-01-29 11:32:22 -06:00
kill_all kill_all: missing includes from IWYU 2023-01-29 11:32:22 -06:00
libeinfo libeinfo: missing includes from IWYU 2023-01-29 11:32:22 -06:00
librc librc: missing includes from IWYU 2023-01-29 11:32:22 -06:00
mark_service mark_service: missing includes from IWYU 2023-01-29 11:32:22 -06:00
mountinfo mountinfo: missing includes from IWYU 2023-01-29 11:32:22 -06:00
on_ac_power migrate fully to meson build system 2022-04-06 10:51:55 -05:00
openrc openrc: missing includes from IWYU 2023-01-29 11:32:22 -06:00
openrc-init openrc-init: missing includes from IWYU 2023-01-29 11:32:22 -06:00
openrc-run openrc-run: avoid malloc inside sig-handler 2023-01-30 22:54:20 -05:00
openrc-shutdown openrc-shutdown: missing includes from IWYU 2023-01-29 11:32:22 -06:00
poweroff migrate fully to meson build system 2022-04-06 10:51:55 -05:00
rc-abort rc-abort: missing includes from IWYU 2023-01-29 11:32:22 -06:00
rc-depend rc-depend: missing includes from IWYU 2023-01-29 11:32:22 -06:00
rc-service rc-service: missing includes from IWYU 2023-01-29 11:32:22 -06:00
rc-sstat multiple spelling and typo fixes 2022-04-30 21:32:32 -05:00
rc-status rc-status: missing includes from IWYU 2023-01-29 11:32:22 -06:00
rc-update rc-update: missing includes from IWYU 2023-01-29 11:32:22 -06:00
reboot migrate fully to meson build system 2022-04-06 10:51:55 -05:00
seedrng seedrng: fix memory leak reported by clang-tidy 2023-02-05 00:38:20 -05:00
service service: missing includes from IWYU 2023-01-29 11:32:22 -06:00
shared shared: missing includes from IWYU 2023-01-29 11:32:22 -06:00
shell_var shell_var: missing includes from IWYU 2023-01-29 11:32:22 -06:00
shutdown migrate fully to meson build system 2022-04-06 10:51:55 -05:00
start-stop-daemon start-stop-daemon: avoid malloc inside sig-handler 2023-01-30 22:54:20 -05:00
supervise-daemon supervise-daemon: missing includes from IWYU 2023-01-29 11:32:22 -06:00
swclock swclock: missing includes from IWYU 2023-01-29 11:32:22 -06:00
value value: missing includes from IWYU 2023-01-29 11:32:22 -06:00
meson.build migrate fully to meson build system 2022-04-06 10:51:55 -05:00