diff options
author | Damien Miller <djm@mindrot.org> | 2014-05-15 13:48:49 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-05-15 13:48:49 +1000 |
commit | c5893785564498cea73cb60d2cf199490483e080 (patch) | |
tree | fe539bd8702dcad444521c656dce2aa8ea65d483 /ChangeLog | |
parent | 633de33b192d808d87537834c316dc8b75fe1880 (diff) |
- djm@cvs.openbsd.org 2014/04/29 13:10:30
[clientloop.c serverloop.c]
bz#1818 - don't send channel success/failre replies on channels that
have sent a close already; analysis and patch from Simon Tatham;
ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,11 @@ | |||
31 | buffer_get_string_ptr's return should be const to remind | 31 | buffer_get_string_ptr's return should be const to remind |
32 | callers that futzing with it will futz with the actual buffer | 32 | callers that futzing with it will futz with the actual buffer |
33 | contents | 33 | contents |
34 | - djm@cvs.openbsd.org 2014/04/29 13:10:30 | ||
35 | [clientloop.c serverloop.c] | ||
36 | bz#1818 - don't send channel success/failre replies on channels that | ||
37 | have sent a close already; analysis and patch from Simon Tatham; | ||
38 | ok markus@ | ||
34 | 39 | ||
35 | 20140430 | 40 | 20140430 |
36 | - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already | 41 | - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already |