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

Service ctor exception crash #409

Merged
merged 8 commits into from
Dec 2, 2019

Conversation

carneyweb
Copy link
Contributor

If for some reason an exception is thrown in the constructor of a service implementation, a later call to ServiceObjectsBase::GetService() would throw an exception because the ServiceInterfaceMap is not populated for this service. Added a null check against the interfacemap to avoid this exception.

@jeffdiclemente jeffdiclemente requested a review from a team November 12, 2019 16:05
@jeffdiclemente jeffdiclemente merged commit 6703b8d into development Dec 2, 2019
@jeffdiclemente jeffdiclemente deleted the service-ctor-exception-crash branch December 2, 2019 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants