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

Fixed possible NRE. #923

Merged
merged 1 commit into from
Feb 14, 2022
Merged

Fixed possible NRE. #923

merged 1 commit into from
Feb 14, 2022

Conversation

FoxTes
Copy link
Contributor

@FoxTes FoxTes commented Feb 14, 2022

Corrected possible NRE.

Now, when using var sleepDurationsEnumerator , it is first checked that it is not null.

In any case, if sleepDurationsEnumerable is null, then sleepDurationsEnumerator will also be null.

@martincostello martincostello added this to the v7.2.4 milestone Feb 14, 2022
@martincostello martincostello merged commit 28ebb94 into App-vNext:v724-or-v730 Feb 14, 2022
@martincostello
Copy link
Member

Thanks!

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.

2 participants