summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-07-06 13:44:43 +1000
committerDamien Miller <djm@mindrot.org>2012-07-06 13:44:43 +1000
commitab523b02467f36a2f85c1a8bff6cf2fd4297fb12 (patch)
treee8944e6d41815baeb1502138a38723fcbda36870 /ChangeLog
parentdfceafe8b11a4a1f9890a37e0cd88b01eb9cc30c (diff)
- djm@cvs.openbsd.org 2012/07/06 01:37:21
[mux.c] fix memory leak of passed-in environment variables and connection context when new session message is malformed; bz#2003 from Bert.Wesarg AT googlemail.com
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d876d2ae..68811e63b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,11 @@
11 Add options to specify starting line number and number of lines to process 11 Add options to specify starting line number and number of lines to process
12 when screening moduli candidates. This allows processing of different 12 when screening moduli candidates. This allows processing of different
13 parts of a candidate moduli file in parallel. man page help jmc@, ok djm@ 13 parts of a candidate moduli file in parallel. man page help jmc@, ok djm@
14 - djm@cvs.openbsd.org 2012/07/06 01:37:21
15 [mux.c]
16 fix memory leak of passed-in environment variables and connection
17 context when new session message is malformed; bz#2003 from Bert.Wesarg
18 AT googlemail.com
14 19
1520120704 2020120704
16 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for 21 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for