Skip to content

Fix panic on options parsing - #60

Open
bondar-pavel wants to merge 1 commit into
telehash:masterfrom
bondar-pavel:fix_panic_on_options
Open

Fix panic on options parsing#60
bondar-pavel wants to merge 1 commit into
telehash:masterfrom
bondar-pavel:fix_panic_on_options

Conversation

@bondar-pavel

Copy link
Copy Markdown

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