Skip to content

[stable32] fix(config): add null coalescing fallback in getValueBool before strtolower - #60724

Merged
skjnldsv merged 1 commit into
stable32from
backport/60654/stable32
May 27, 2026
Merged

[stable32] fix(config): add null coalescing fallback in getValueBool before strtolower#60724
skjnldsv merged 1 commit into
stable32from
backport/60654/stable32

Conversation

@backportbot

Copy link
Copy Markdown

Backport of PR #60654

…olower
Followup to #59646: guard against null reaching strtolower() in both
AppConfig and UserConfig getValueBool(). Also aligns AppConfig with the
(string) cast added in UserConfig by the original PR.
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
@backportbot
backportbotBot requested a review from a team as a code ownerMay 26, 2026 07:32
@backportbot
backportbotBot requested review from Altahrim, CarlSchwan, come-nc, nickvergessen, provokateurin, salmart-dev and skjnldsv and removed request for a teamMay 26, 2026 07:32
@backportbotbackportbotBot added this to the Nextcloud 32.0.10 milestone May 26, 2026
@skjnldsv
skjnldsv merged commit 4f1de4a into stable32May 27, 2026
191 of 199 checks passed
@skjnldsv
skjnldsv deleted the backport/60654/stable32 branch May 27, 2026 12:37
@nextcloud-botnextcloud-bot mentioned this pull request May 27, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@skjnldsv