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

Workaround for issue #3642. #3670

Merged
merged 3 commits into from
Jul 15, 2019
Merged

Workaround for issue #3642. #3670

merged 3 commits into from
Jul 15, 2019

Commits on Jul 15, 2019

  1. Workaround for issue #3642.

    For some reason, there are nil values stored in the uidMatrix, which
    results in a segmentation fault when trying to access the Uids field.
    The root cause of this issue is still unclear but this change adds an
    additional check to prevent the segmentation fault.
    martinmr committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    af279ba View commit details
    Browse the repository at this point in the history
  2. go fmt

    martinmr committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    dac1788 View commit details
    Browse the repository at this point in the history
  3. Use GetUids instead.

    martinmr committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    47e41e0 View commit details
    Browse the repository at this point in the history