aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-04-15 02:48:20 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-04-15 02:48:20 +0200
commitad48b177c30898d2076494f831406b025bb481da (patch)
tree72a703178c3752d94083319cf516bd1ac99e5e1a /docs/KNOWN_BUGS
parent9430dd583ed55cfe16e9c76c45c3930998791828 (diff)
KNOWN_BUGS: #90 IMAP "SEARCH ALL" truncates output on large boxes
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 59d05a9b8..09cc07e8c 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,12 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+90. IMAP "SEARCH ALL" truncates output on large boxes. "A quick search of the
+ code reveals that pingpong.c contains some truncation code, at line 408,
+ when it deems the server response to be too large truncating it to 40
+ characters"
+ http://curl.haxx.se/bug/view.cgi?id=1366
+
89. Disabling HTTP Pipelining when there are ongoing transfers can lead to
heap corruption and crash. http://curl.haxx.se/bug/view.cgi?id=1411