diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-02 20:09:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-02 20:09:23 +0000 |
commit | 25d2a27c647eb387614f7a1c255fc9b952330359 (patch) | |
tree | 0ab1fb2b41e784cc6ebd5373e4a059d512f35590 /ares/CHANGES | |
parent | b084dc87600e8f1ab8a583f7f6b52b5c332d91b3 (diff) |
Brad Spencer found and fixed three flaws in the code, found with the new
gcc 4.2.0 warning: -Waddress
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 944255e2e..fd14d3e27 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -2,6 +2,9 @@ * June 2 2007 +- Brad Spencer found and fixed three flaws in the code, found with the new + gcc 4.2.0 warning: -Waddress + - Brad House fixed VS2005 compiler warnings due to time_t being 64bit. He also made recent Microsoft compilers use _strdup() instead of strdup(). |