aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_process.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-09-22 20:45:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-09-22 20:45:50 +0000
commit05b26e7566b9788fcdecda3c49e0b0ca1f7d25ec (patch)
treeb6b20c3520b7d66ba948fbeff243dcd16ad1e4b1 /ares/ares_process.c
parent6c511abf43acd1e535e9701998ff752b248b2f9c (diff)
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.
Diffstat (limited to 'ares/ares_process.c')
0 files changed, 0 insertions, 0 deletions