Brad House provided a fix for ares_save_options(): Apparently I overlooked
authorDaniel Stenberg <daniel@haxx.se>
Sat, 22 Sep 2007 20:45:50 +0000 (20:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 22 Sep 2007 20:45:50 +0000 (20:45 +0000)
commit2b43edc96483e9bc82c3f2fa5f7c0bdef193b00b
tree5d3c96c395ccea96df8d9a7bc4eedc1c3fd99ec6
parentbebef9e9407c81319032f0353ed00f450b232df5
Brad House provided a fix for ares_save_options(): Apparently I overlooked
something with the ares_save_options() where it would try to do a malloc(0)
when no options of that type needed to be saved.  On most platforms, this was
fine because malloc(0) doesn't actually return NULL, but on AIX it does, so
ares_save_options would return ARES_ENOMEM.
CHANGES
ares_init.c