From 9413a9dc928cffe498a7838204b5d3fc9dc56d74 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Tue, 5 Oct 2021 11:27:34 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/reva-gateway-endpoint-config.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/reva-gateway-endpoint-config.md diff --git a/changelog/unreleased/reva-gateway-endpoint-config.md b/changelog/unreleased/reva-gateway-endpoint-config.md new file mode 100644 index 000000000..1e0802e3e --- /dev/null +++ b/changelog/unreleased/reva-gateway-endpoint-config.md @@ -0,0 +1,5 @@ +Bugfix: Race condition in config parsing + +There was a race condition in the config parsing when configuring the storage services caused by services overwriting a pointer to a config value. We fixed it by setting sane defaults. + +https://github.com/owncloud/ocis/pull/2574