aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-17 09:43:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-17 09:43:29 +0000
commit18f3087afd7a64accf1bc563935f2943c02dd75e (patch)
tree0323cfef8f50f8a66eca7f1b4eca871e4bcd300c /docs
parent15bc228ae992ae0a8bc2a9f4f9175ef646c260ad (diff)
removed issue 20 that was about valgrind complaints on other libs/parts, as
we have a fancier valgrind error parser these days and it seems to work rather well
Diffstat (limited to 'docs')
-rw-r--r--docs/KNOWN_BUGS8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 244f09c12..f384896af 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -22,14 +22,6 @@ may have been fixed since this was written!
specification). The receiver will convert the data from the standard
form to his own internal form.
-20. valgrind errors occur too often when 'make test' is used. It is because
- too many third-party libs and tools have problems. When curl is built
- without --disable-shared, the testing is done with a front-end script which
- makes the valgrind testing include (ba)sh as well and that often causes
- valgrind errors. Either we improve the valgrind error scanner a lot to
- better identify (lib)curl errors only, or we disable valgrind checking by
- default.
-
19. FTP 3rd party transfers with the multi interface doesn't work. Test:
define CURL_MULTIEASY, rebuild curl, run test case 230 - 232.