]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: explicitly unpoison getdents64() memory 21097/head
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Oct 2021 08:59:56 +0000 (10:59 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Oct 2021 19:51:37 +0000 (21:51 +0200)
commit0dbce03c37d1e11837dd7f9b80b9964ca539c914
tree14eda9ff9132a71295d82fecb1f8762aff9ee980
parentbfc569b060bfe88b1ee03aeed0a04ad35e6e8a93
tree-wide: explicitly unpoison getdents64() memory

Apparently memory sanitizer doesn't grok getdents64() properly. Let's
address that by explicitly marken memory initialized by getdents64() as
unpoisoned.
src/basic/recurse-dir.c
src/basic/stat-util.c