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

crypto: strip unwanted space from openssl version #23678

Closed

Commits on Oct 22, 2018

  1. crypto: strip unwanted space from openssl version

    Remove trailing " \n" from `process.versions.openssl`.
    
    d3d6cd3 was incorrectly printing this trailer, but because the
    target buffer size was claimed to be the length of the version string,
    the trailer was truncated off.
    
    9ed4646 corrected the target buffer size, but then the trailer
    started to appear in process.versions.
    
    Added a test to check for regressions.
    sam-github committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    2ee1cb1 View commit details
    Browse the repository at this point in the history