Skip to content

Conversation

@bondar-pavel
Copy link

e3x.EndpointOption slice was initialized with 10 additional blank
values and it resulted in panic ('invalid memory address or nil pointer
dereference') on attempt to call blank option as a function.

Fix sets slice capacity to options len + 2, because currently only 2
additional elements are added to the options slice.

e3x.EndpointOption slice was initialized with 10 additional blank
values and it resulted in panic ('invalid memory address or nil pointer
dereference') on attempt to call blank option as a function.

Fix sets slice capacity to options len + 2, because currently only 2
additional elements are added to the options slice.
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.

1 participant