| commit | c791bebc2a0e15af332151502ca56c4d7f15ebc1 | [log] [download] |
|---|---|---|
| author | Ben Lindstrom <mouring@eviladmin.org> | Sat Feb 10 23:18:11 2001 +0000 |
| committer | Ben Lindstrom <mouring@eviladmin.org> | Sat Feb 10 23:18:11 2001 +0000 |
| tree | f1527f8a2a57b5e54f1a56c89e5fc01f5ca0ca62 | |
| parent | 28072eb10c8a45f7dbe2deb08f6db8c3461d8022 [diff] |
- itojun@cvs.openbsd.org 2001/02/07 18:04:50
[ssh-keyscan.c]
fix size_t -> int cast (use u_long). markus ok
- markus@cvs.openbsd.org 2001/02/07 22:43:16
[ssh-keyscan.c]
s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
- itojun@cvs.openbsd.org 2001/02/09 9:04:59
[ssh-keyscan.c]
do not assume malloc() returns zero-filled region. found by
malloc.conf=AJ.