mirror of
https://github.com/curl/curl.git
synced 2025-03-07 15:27:17 +08:00
KNOWN_BUGS: cmake build is not thread-safe
The cmake build does not check for and verify presence of a working Atomic type, which then makes curl_global_init() to not build thread-safe on non-Windows platforms. Closes https://github.com/curl/curl/issues/8973 Closes https://github.com/curl/curl/pull/8982
This commit is contained in:
parent
c6631e827d
commit
ba2ccf368e
@ -146,6 +146,7 @@ problems may have been fixed or changed somewhat since this was written.
|
|||||||
15.11 ExternalProject_Add does not set CURL_CA_PATH
|
15.11 ExternalProject_Add does not set CURL_CA_PATH
|
||||||
15.12 cannot enable LDAPS on Windows
|
15.12 cannot enable LDAPS on Windows
|
||||||
15.13 CMake build with MIT Kerberos does not work
|
15.13 CMake build with MIT Kerberos does not work
|
||||||
|
15.14 cmake build is not thread-safe
|
||||||
|
|
||||||
16. Applications
|
16. Applications
|
||||||
|
|
||||||
@ -1074,6 +1075,15 @@ problems may have been fixed or changed somewhat since this was written.
|
|||||||
|
|
||||||
https://github.com/curl/curl/issues/6904
|
https://github.com/curl/curl/issues/6904
|
||||||
|
|
||||||
|
15.14 cmake build is not thread-safe
|
||||||
|
|
||||||
|
The cmake build does not check for and verify presence of a working Atomic
|
||||||
|
type, which then makes curl_global_init() to not build thread-safe on
|
||||||
|
non-Windows platforms.
|
||||||
|
|
||||||
|
Bug: https://github.com/curl/curl/issues/8973
|
||||||
|
Partial fix: https://github.com/curl/curl/pull/8982
|
||||||
|
|
||||||
16. Applications
|
16. Applications
|
||||||
|
|
||||||
17. HTTP/2
|
17. HTTP/2
|
||||||
|
Loading…
Reference in New Issue
Block a user