Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Allocate large buffers with realloc. When returning error make sure
the stream is unlocked.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some passed in values might cause overflows in expressions.
|
|
The AVX bit is set if the CPU supports AVX. But this doesn't mean the
kernel does. Add checks according to Intel's documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A recent patch introduced a problem where IPv6 lookups happily returned
IPv4 addresses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getaddrinfo works around the resolver functionality to avoid automatic
IPv6 lookups. The restoring didn't allow for the resolver to set
additional bits in _res.
|
|
|
|
|
|
|
|
|
|
|
|
|