]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: "pulseUI VPN client" is known to be buggy
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Jan 2021 07:24:13 +0000 (08:24 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Jan 2021 07:25:36 +0000 (08:25 +0100)
First entry in the new section "applications" for known problems in
libcurl using applications.

Closes #6306

docs/KNOWN_BUGS

index 9ff6b0747f4b13f083238c428c6a69d08e3d43da..b95204998ca4469252965c8b89f57cd830283a7c 100644 (file)
@@ -137,6 +137,9 @@ problems may have been fixed or changed somewhat since this was written!
  15.9 cert paths autodetected when cross-compiling
  15.10 libspsl is not supported
 
+ 16. Applications
+ 16.1 pulseUI VPN client
+
 ==============================================================================
 
 1. HTTP
@@ -952,3 +955,18 @@ problems may have been fixed or changed somewhat since this was written!
 15.10 libspsl is not supported
 
  See https://github.com/curl/curl/issues/6214
+
+16. Applications
+
+16.1 pulseUI VPN client
+
+ This application crashes at startup with libcurl 7.74.0 (and presumably later
+ versions too) after we cleaned up OpenSSL initialization. Since this is the
+ only known application to do this, we suspect it is related to something they
+ are doing in their setup that isn't kosher. We have not been able to get in
+ contact with them nor got any technical details to help us debug this
+ further.
+
+ See
+ https://community.pulsesecure.net/t5/Pulse-Desktop-Clients/Linux-Pulse-Client-does-not-work-with-curl-7-74/m-p/44378
+ and https://github.com/curl/curl/issues/6306