aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-02-19 23:57:18 +0000
committerUlf Möller <ulf@openssl.org>2001-02-19 23:57:18 +0000
commit15ed15d3e47defeb3ae9335aa2b628f7cdabf9b7 (patch)
tree23b8665eb35dd48408c6d903ee51b9416284413c /CHANGES
parent54f7c8571f6d82fcf71ecec39ef4845f8be17d9d (diff)
downloadopenssl-15ed15d3e47defeb3ae9335aa2b628f7cdabf9b7.tar.gz
OPENSSL_issetugid() as in the main branch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 794fc0a267..273e451cb1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.6 and 0.9.6a [xx XXX 2001]
+ *) Don't use getenv in library functions when run as setuid/setgid.
+ New function OPENSSL_issetugid().
+ [Ulf Moeller]
+
*) Avoid false positives in memory leak detection code (crypto/mem_dbg.c)
due to incorrect handling of multi-threading: