Brad House
Brad House
This seems like a really really really bad idea. Creating a `pipe()` and writing to it to validate memory? So multiple syscalls and entry and exit from kernel on memory...
I'd be hard pressed to blame jemalloc. A SIGSEGV backtrace when there is memory corruption is basically garbage, its going to point to all different areas that you can't trust....
FYI, I think c-ares will support a majority of what you need in the near future. The goal is to expose the new parser publicly probably after this upcoming release....
agreed, pkg-config seems like a reasonable solution here.
You can't use AF_UNSPEC with ares_gethostbyname() to get both address families back. The hostent structure can only support a single address family. c-ares may internally have access to both, but...
It is very unlikely that the response for the other class will ever come back. Granted, it is a *lot* more likely that the `AAAA` response will never come back....
> > Can you elaborate on why someone would want gRPC to keep waiting for a AAAA query response when they have the A response in hand? What's the use...
there's no reason to overcomplicate the implementation when there have been zero user-reported issues with the current behavior in c-ares. If that changes we can take into account the real...
@oliverwelsh hate to pull you in on this, but noticed you work for Microsoft and have contributed a significant amount lately to c-ares. Do you happen to know the proper...
> @bradh352 - Apologies but I'm not familiar with domain-specific server lists on Windows and don't have any contacts within Microsoft who I think would be; the area I work...