Skip to content

Uninitialized bool in IXSocketTLSOptions.h #134

@mox1

Description

@mox1

Right around line 47 mutable bool _validated;

This was causing my invalid TLS config to be seen as valid. Changing that line to

mutable bool _validated = false;

fixed my problem.

Unfortunately pull request will be a bit more work, as I was installing through vcpkg.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions