- Oct 30, 2009
-
-
Yang Tse authored
ares_parse_txt_reply() current version: - Fixed a couple of potential double free's. - Fixed memory leaks upon out of memory condition. - Fixed pointer arithmetic. - Setting ntxtreply to zero upon entry for all failure cases. - Changed data type to size_t for variables substr_len, str_len and the length member of ares_txt_reply struct. - Avoided a couple of memcpy() calls. - Changed i data type to unsigned int to prevent compiler warnings. - Adjusted a comment. - Use ARES_SUCCESS literal for successfull completion. - Added CVS Id tag.
-
- Oct 29, 2009
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
dynamic and static c-ares libraries in debug and release flavours. Additionally each of the three sample programs is built against each of the four possible c-ares libraries, generating all this a total number of 12 executables and 4 libraries.
-
Daniel Stenberg authored
MUST be valid and they are dereferenced further down in the function unconditionally!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Oct 28, 2009
-
-
Yang Tse authored
based on the 'visibility' attribute for GNUC and __global for Sun compilers, taking also in account __declspec function decoration for Win32 and Symbian DLL's. Introducing configure options --enable-hidden-symbols and --disable-hidden-symbols following libcurl's naming.
-
- Oct 27, 2009
- Oct 23, 2009
-
-
Yang Tse authored
ARES_ECANCELLED error code value and missing error code description.
-
- Oct 19, 2009
- Oct 13, 2009
-
-
Yang Tse authored
-
- Oct 10, 2009
- Oct 09, 2009
-
-
Yang Tse authored
-
- Oct 08, 2009
- Oct 07, 2009
-
-
Yang Tse authored
- Fixing out of bounds memory overwrite triggered with malformed /etc/hosts file. - Improving parsing of /etc/hosts file. - Validating requested address family. - Ensuring that failures always return a NULL pointer. - Adjusting header inclusions.
-
- Oct 06, 2009
-
-
Yang Tse authored
-
- Oct 05, 2009
-
-
Yang Tse authored
-
- Sep 29, 2009
-
-
Yang Tse authored
make errno available as a preprocessor macro.
-
- Sep 17, 2009
-
-
Yang Tse authored
-
- Sep 14, 2009
-
-
Yang Tse authored
-
- Sep 07, 2009
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Sep 06, 2009
-
-
Yang Tse authored
-
- Sep 05, 2009
-
-
Guenter Knauf authored
-