]> git.ipfire.org Git - thirdparty/systemd.git/commit
Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other tests 12217/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Apr 2019 10:24:38 +0000 (12:24 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 12 Apr 2019 09:44:57 +0000 (11:44 +0200)
commit673a1e6fb9ea2b61d97be45b8f9852c70a69778c
treebbba913ad7c9353ac80367d50bac29a8d96b7ce5
parent2fe21124a6560fcf1ce3b0a3004baa9bb45d1e0b
Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other tests

This might make things marginially faster. I didn't benchmark though.
14 files changed:
src/basic/fileio.c
src/basic/fileio.h
src/fuzz/fuzz-bus-message.c
src/fuzz/fuzz-env-file.c
src/fuzz/fuzz-hostname-util.c
src/fuzz/fuzz-json.c
src/fuzz/fuzz-nspawn-oci.c
src/fuzz/fuzz-nspawn-settings.c
src/fuzz/fuzz-unit-file.c
src/libsystemd/sd-bus/test-bus-marshal.c
src/portable/portablectl.c
src/shared/bootspec.c
src/test/test-fileio.c
src/test/test-json.c