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

src: nullcheck on trace controller #25943

Closed
wants to merge 1 commit into from

Commits on Feb 8, 2019

  1. src: nullcheck on trace controller

    Insert a NULLCHECK prior to return. Ideally we do this in the caller,
    but the TraceController object is somewhat special as:
    1. It is accessed by most threads
    2. It's life cycle is managed by Agent::Agent
    3. It's getter is invoked through Base Methods (upstream)
    
    Refs: nodejs#25814
    gireeshpunathil committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    9605060 View commit details
    Browse the repository at this point in the history