diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-11-16 12:42:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-16 12:42:53 +0000 |
commit | c76d9395633e00205b1b83bd82c811f9fa4cca1e (patch) | |
tree | ff270677da310505effa9f0ab787d2e8abfb1787 /CHANGES | |
parent | 3c4b69f95dbb4f62977557317a6962eadaad9d8f (diff) |
Christian Krause fixed a build failure when building with gss support
enabled and FTP disabled.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel Stenberg (16 Nov 2008) +- Christian Krause fixed a build failure when building with gss support + enabled and FTP disabled. + - Added check for NULL returns from strdup() in src/main.c and lib/formdata.c - reported by Jim Meyering also prevent buffer overflow on MSDOS when you do for example -O on a url with a file name part longer than PATH_MAX letters |