From ca9e59c8b44b74fe8d5f83b293a170b5d94e70b0 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Wed, 22 Jul 2020 09:29:10 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/hardening-type-assertion.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/hardening-type-assertion.md diff --git a/changelog/unreleased/hardening-type-assertion.md b/changelog/unreleased/hardening-type-assertion.md new file mode 100644 index 0000000000..1cd31f6d3b --- /dev/null +++ b/changelog/unreleased/hardening-type-assertion.md @@ -0,0 +1,6 @@ +Bugfix: Fix runtime error when type asserting on nil value + +Fixed the case where an account UUID present in the context is nil, and type asserting it as a string would produce a runtime error. + +https://github.com/owncloud/ocis-settings/pull/38 +https://github.com/owncloud/ocis-settings/issues/37