aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-07-13 00:18:40 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-07-13 00:27:22 +0200
commit763c51780c0830983ee75d66d516d65911b0e96a (patch)
tree8f1ec411866fae65e17631adca3f9f87dbc0caac /RELEASE-NOTES
parent6c6ba59e6bc7c84d9d0f83273055a7448a0eea27 (diff)
netrc: fixed thread safety problem by using getpwuid_r if available
The old way using getpwuid could cause problems in programs that enable reading from netrc files simultaneously in multiple threads. Reported-by: David Woodhouse
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 307568825..5d7936b6e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -58,6 +58,7 @@ This release includes the following bugfixes:
o build: Fixed overridden compiler PDB settings in VC7 to VC12
o ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessions [11]
o netrc: don't abort if home dir cannot be found
+ o netrc: fixed thread safety problem by using getpwuid_r if available
This release includes the following known bugs: