1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-30 06:25:37 +03:00
The systemd System and Service Manager
Go to file
Yu Watanabe 73bfd7be04 resolve: fix potential memleak and use-after-free
When stub stream is closed early, then queries associated to the stream
are freed. Previously, the timer event source for queries may not be
disabled, hence may be triggered with already freed query.
See also dns_stub_stream_complete().

Note that we usually not set NULL or zero when freeing simple objects.
But, here DnsQuery is large and complicated object, and the element may
be referenced in subsequent freeing process in the future. Hence, for
safety, let's set NULL to the pointer.
2022-02-08 17:35:53 +09:00
.clusterfuzzlite
.github ci: no longer upload the latest builds on commits 2022-01-30 10:17:25 +00:00
.lgtm/cpp-queries
.semaphore
catalog
coccinelle
docs Update CODING_STYLE.md 2022-02-07 10:46:22 +00:00
factory
hwdb.d hwbd: 60-sensor.hwdb: Add Pipo W2Pro 2022-02-07 21:34:42 +00:00
LICENSES
man Merge pull request #22383 from yuwata/network-generator-keep-configuration 2022-02-07 18:06:24 +00:00
mkosi.default.d
modprobe.d
network
po fix italian translations to display unit name 2022-02-03 23:05:58 +09:00
presets
rules.d
shell-completion
src resolve: fix potential memleak and use-after-free 2022-02-08 17:35:53 +09:00
sysctl.d
sysusers.d
test Merge pull request #22408 from mrc0mmand/test-network-cleanup 2022-02-03 22:50:38 +00:00
tmpfiles.d factory: populate /etc/locale.conf with systemd build-time setting 2021-12-23 11:01:12 +00:00
tools
units units: we need systemd-journald.service from systemd-journal-flush.service 2022-02-02 05:09:39 +09:00
xorg
.clang-format
.ctags
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.lgtm.yml
.mailmap
.packit.yml
.vimrc
.ycm_extra_conf.py
configure
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson_options.txt
meson.build meson: use bpftool based strip when available 2022-01-31 16:42:07 +09:00
mkosi.build
mkosi.postinst
NEWS NEWS: minor formatting tweaks 2022-02-01 17:59:49 +01:00
README
README.md
TODO update TODO 2022-01-31 18:14:34 +01:00

Systemd

System and Service Manager

Count of open issues over time Count of open pull requests over time Semaphore CI 2.0 Build Status
Coverity Scan Status
OSS-Fuzz Status
CIFuzz
CII Best Practices
Language Grade: C/C++
CentOS CI - CentOS 8
CentOS CI - Arch
CentOS CI - Arch (sanitizers)
Fossies codespell report
Coverage Status
Packaging status

Details

Most documentation is available on systemd's web site.

Assorted, older, general information about systemd can be found in the systemd Wiki.

Information about build requirements is provided in the README file.

Consult our NEWS file for information about what's new in the most recent systemd versions.

Please see the Code Map for information about this repository's layout and content.

Please see the Hacking guide for information on how to hack on systemd and test your modifications.

Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.

When preparing patches for systemd, please follow our Coding Style Guidelines.

If you are looking for support, please contact our mailing list or join our IRC channel.

Stable branches with backported patches are available in the stable repo.