Skip to content

Fix wrapped exception access when keys are not sequential#328

Merged
DanielBadura merged 2 commits into
3.17.xfrom
fix-wrapped-exception-handling
Jul 15, 2026
Merged

Fix wrapped exception access when keys are not sequential#328
DanielBadura merged 2 commits into
3.17.xfrom
fix-wrapped-exception-handling

Conversation

@DanielBadura

Copy link
Copy Markdown
Member

No description provided.

tuxes3 and others added 2 commits July 15, 2026 20:37
getWrappedExceptions() may return a non-sequentially keyed array, so accessing
[0] could miss the exception; normalize with array_values() first.

Signed-off-by: Nicolo Singer <nicolo@whatwedo.ch>
@DanielBadura DanielBadura self-assigned this Jul 15, 2026
@DanielBadura DanielBadura added the bug Something isn't working label Jul 15, 2026
@DanielBadura DanielBadura added this to the 3.17.1 milestone Jul 15, 2026
@DanielBadura
DanielBadura merged commit c4fcaf1 into 3.17.x Jul 15, 2026
23 of 24 checks passed
@DanielBadura
DanielBadura deleted the fix-wrapped-exception-handling branch July 15, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants