Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding null checks and logging to filter methods in AccountAdapter #1929

Closed
wants to merge 4 commits into from

Conversation

melissaahn
Copy link
Contributor

@melissaahn melissaahn commented Oct 24, 2023

Summary

There was an incident opened up that reported some crashes for devices in SDM due to a NPE thrown within the AccountAdapter class.
This PR adds handling and logging for any NPE errors thrown in the filter methods. Note that this is not a root cause fix for the incident, but will provide a mitigation.

Update: We also received a PR from a customer who noted they are also seeing crash reports due to the same NPE: #1927

Related PR

@github-actions github-actions bot added the msal label Oct 24, 2023
@raffij
Copy link

raffij commented Oct 24, 2023

@melissaahn is this taking our pr (#1927) and using it as an issue report?

@melissaahn
Copy link
Contributor Author

melissaahn commented Oct 24, 2023

@melissaahn is this taking our pr (#1927) and using it as an issue report?

No, I am referring to a separate issue reported internally. I wasn't aware of your team's PR initially, so I will link your PR in the description of this one to show that your team has also noted this issue.

@melissaahn melissaahn marked this pull request as ready for review October 24, 2023 16:06
@melissaahn melissaahn requested a review from a team as a code owner October 24, 2023 16:06
Copy link
Contributor

@shahzaibj shahzaibj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left comments

@melissaahn
Copy link
Contributor Author

@rpdome made a targeted fix for this issue here: #1933 . Going to close this PR.

@melissaahn melissaahn closed this Oct 31, 2023
Sign up for free to 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.

4 participants