diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-06-21 17:49:36 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-06-21 17:49:36 +1000 |
commit | a0964504e19598ca5a45dbf0ed0c677e4f24c132 (patch) | |
tree | 95b448d45113f40cd62bab4415b7b9bb47a20d16 /ChangeLog | |
parent | 3a6a51f3874209046df3ac6ca11180b9ca31062d (diff) |
- tobias@cvs.openbsd.org 2009/03/23 08:31:19
[ssh-agent.c]
Fixed a possible out-of-bounds memory access if the environment variable
SHELL is shorter than 3 characters.
with input by and ok dtucker
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ | |||
11 | fixes documentation/6102, submitted by Peter J. Philipp | 11 | fixes documentation/6102, submitted by Peter J. Philipp |
12 | alternative fix proposed by djm | 12 | alternative fix proposed by djm |
13 | ok markus | 13 | ok markus |
14 | - tobias@cvs.openbsd.org 2009/03/23 08:31:19 | ||
15 | [ssh-agent.c] | ||
16 | Fixed a possible out-of-bounds memory access if the environment variable | ||
17 | SHELL is shorter than 3 characters. | ||
18 | with input by and ok dtucker | ||
14 | 19 | ||
15 | 20090616 | 20 | 20090616 |
16 | - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t | 21 | - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t |