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

Cherry-pick #9784 to 6.x: Vsphere nil pointers access in Metricbeat module #9822

Merged
merged 1 commit into from
Dec 31, 2018

Commits on Dec 28, 2018

  1. Fix nil pointers accesses causing panics in Metricbeat Vsphere module (

    …elastic#9784)
    
    In Vsphere module, some fields returned by the Vsphere library contain pointers to some values that could potentially be nil. With this PR, we do a nil-check prior every access to any of those fields to avoid their writing in case they are nil and protecting Metricbeat from panicking.
    
    (cherry picked from commit 7c31ced)
    sayden committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    8be4d70 View commit details
    Browse the repository at this point in the history