summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-10-07 21:40:17 +1100
committerDamien Miller <djm@mindrot.org>2010-10-07 21:40:17 +1100
commitc54b02c4eb82ed71449109774eecf5935bdc61bf (patch)
treef3165df1d5bcbe7ab9af3ded418c65cecab3e4c7 /ChangeLog
parent68e2e56ea90d88f514672991a2ac11445df0e4ac (diff)
- djm@cvs.openbsd.org 2010/09/30 11:04:51
[servconf.c] prevent free() of string in .rodata when overriding AuthorizedKeys in a Match block; patch from rein AT basefarm.no
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9d763a7a..092374fc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,10 @@
18 when performing an "ls" in columnated (short) mode, only call 18 when performing an "ls" in columnated (short) mode, only call
19 ioctl(TIOCGWINSZ) once to get the window width instead of per- 19 ioctl(TIOCGWINSZ) once to get the window width instead of per-
20 filename 20 filename
21 - djm@cvs.openbsd.org 2010/09/30 11:04:51
22 [servconf.c]
23 prevent free() of string in .rodata when overriding AuthorizedKeys in
24 a Match block; patch from rein AT basefarm.no
21 25
2220100924 2620100924
23 - (djm) OpenBSD CVS Sync 27 - (djm) OpenBSD CVS Sync