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:
Daniel Stenberg 2022-08-08 16:00:17 +02:00
parent c6631e827d
commit ba2ccf368e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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