summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-16 10:59:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-16 10:59:39 +0200
commit1782acd3925581a42f29d1e2dfde982a8d67f376 (patch)
tree3fea52039d646bf78ae9efee425f3445ca010713
parent55a13f500e3897c6b640757786c02d989a10f2e2 (diff)
downloadcurl-1782acd3925581a42f29d1e2dfde982a8d67f376.tar.gz
KNOWN_BUGS: renames instead of locking for atomic operations
Closes #6882 Closes #6884
-rw-r--r--docs/KNOWN_BUGS10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index d8d6ac024..f12be47e6 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -112,6 +112,7 @@ problems may have been fixed or changed somewhat since this was written!
11.13 wakeup socket disconnect causes havoc
11.14 Multi perform hangs waiting for threaded resolver
11.15 CURLOPT_OPENSOCKETPAIRFUNCTION is missing
+ 11.16 libcurl uses renames instead of locking for atomic operations
12. LDAP
12.1 OpenLDAP hangs after returning results
@@ -868,6 +869,15 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/5747
+11.16 libcurl uses renames instead of locking for atomic operations
+
+ For saving cookies, alt-svc and hsts files. This is bad when for example the
+ file is stored in a directory where the application has no write permission
+ but it has permission for the file.
+
+ https://github.com/curl/curl/issues/6882
+ https://github.com/curl/curl/pull/6884
+
12. LDAP
12.1 OpenLDAP hangs after returning results