]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: do not use "re" with fmemopen 25059/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 19 Oct 2022 07:49:59 +0000 (09:49 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 19 Oct 2022 08:10:57 +0000 (10:10 +0200)
commitf3bd4b3df598ce5ea3137b13054ba7cc00714640
tree5451b3261c621da8a909d30a1eb38b7cad0dc5e7
parentdc1768131a94d0e123c2e692215628ebce0b01fa
tree-wide: do not use "re" with fmemopen

The man page says nothing about "e". Glibc clearly accepts it without fuss, but
it is meaningless for a memory object (and probably doesn't work). This use is
not portable, so let's avoid it.
src/fuzz/fuzz.h
src/portable/portablectl.c
src/test/test-fileio.c
src/test/test-libmount.c