badwords: catch and fix threading-related words

Also:
- sync newlines between the two threaded examples.

Closes #20001
This commit is contained in:
Viktor Szakats 2025-12-16 20:01:16 +01:00
parent 8dadff9434
commit 61273f5812
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
25 changed files with 45 additions and 38 deletions

View file

@ -52,7 +52,7 @@ struct memdebug {
* For advanced analysis, record a log file and write perl scripts to analyze
* them!
*
* Do not use these with multithreaded test programs!
* Do not use these with multi-threaded test programs!
*/
FILE *curl_dbg_logfile = NULL;