CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2013/04/30 06:02:39
Modified files: lib/libc/asr : asr.c asr.h asr_private.h async_resolver.3 getaddrinfo_async.c gethostnamadr_async.c getnetnamadr_async.c getrrsetbyname_async.c res_query.c res_search_async.c res_send.c res_send_async.c Log message: Do not take external buffers for storing DNS responses in the internal async API. That is actually useless and it makes the code more complicated. The required buffers are always allocated when needed.