diff options
author | Damien Miller <djm@mindrot.org> | 2012-07-06 13:44:43 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2012-07-06 13:44:43 +1000 |
commit | ab523b02467f36a2f85c1a8bff6cf2fd4297fb12 (patch) | |
tree | e8944e6d41815baeb1502138a38723fcbda36870 /ChangeLog | |
parent | dfceafe8b11a4a1f9890a37e0cd88b01eb9cc30c (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
15 | 20120704 | 20 | 20120704 |
16 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for | 21 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for |