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

dns: use length for building TXT string #30690

Closed
wants to merge 1 commit into from

Commits on Nov 27, 2019

  1. dns: use length for building TXT string

    Rely on the length reported by C-Ares rather than `\0`-termination
    for creating the JS string for a dns TXT response.
    
    Fixes: nodejs#30688
    addaleax committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    d58b7c2 View commit details
    Browse the repository at this point in the history