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

[Auditbeat] Cherry-pick #10872 to 7.x: Login: Recover from panics, safeguard array access #10881

Merged
merged 1 commit into from
Feb 22, 2019

Commits on Feb 21, 2019

  1. [Auditbeat] Login: Recover from panics, safeguard array access (elast…

    …ic#10872)
    
    Fixes two concerns in the login dataset:
    
    1. Since it's using an internal goroutine it should recover from any panics.
    2. Puts in a safeguard for any byte arrays coming from C.
    
    (cherry picked from commit 3cdcb46)
    Christoph Wurm committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    1c9c653 View commit details
    Browse the repository at this point in the history