Commit f0496ad7 authored by Emilia Kasper's avatar Emilia Kasper
Browse files

getaddrinfo: zero the hints structure



This silences the memory sanitizer. All fields were already correctly
initialized but the struct padding wasn't, causing an uninitialized read
warning.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent eaa7e483
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment