mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
Gerrit Bruchhuser pointed out a warning that the Intel(R) Thread Checker
tool reports and it was indeed a legitimate one and it is one fixed. It was a use of a share without doing the proper locking first.
This commit is contained in:
parent
d978f85d55
commit
a1b650ad7b
4 changed files with 50 additions and 34 deletions
|
|
@ -60,6 +60,7 @@ This release includes the following bugfixes:
|
|||
o multi interface HTTP CONNECT glitch
|
||||
o list FTP root directories when login dir is not root
|
||||
o no longer slows down when getting very many URLs on the same command line
|
||||
o lock share before decreasing dirty counter
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
||||
|
|
@ -86,6 +87,7 @@ advice from friends like these:
|
|||
Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström,
|
||||
Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu,
|
||||
Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn, Tom Regner,
|
||||
Dave Vasilevsky, Shmulik Regev, Robson Braga Araujo, Adam Piggott
|
||||
Dave Vasilevsky, Shmulik Regev, Robson Braga Araujo, Adam Piggott,
|
||||
Gerrit Bruchhäuser
|
||||
|
||||
Thanks! (and sorry if I forgot to mention someone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue