| commit | f497794b6962eaf802ab4ac2a7b22ae591cca1d5 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Wed Jul 30 12:32:46 2014 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Wed Jul 30 12:32:46 2014 +1000 |
| tree | 5c6724353686d4621a6c3328ea589075ef5a7abc | |
| parent | a8a0f65c57c8ecba94d65948e9090da54014dfef [diff] |
- dtucker@cvs.openbsd.org 2014/07/25 21:22:03
[ssh-agent.c]
Clear buffer used for handling messages. This prevents keys being
left in memory after they have been expired or deleted in some cases
(but note that ssh-agent is setgid so you would still need root to
access them). Pointed out by Kevin Burns, ok deraadt