diff options
author | Damien Miller <djm@mindrot.org> | 2010-06-26 09:36:10 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-06-26 09:36:10 +1000 |
commit | 4fe686d35fc1bbf5f160d1619ab392e09f3bd5c5 (patch) | |
tree | 9f073de6619c7692540348def963891ea9917454 /ChangeLog | |
parent | 2e77446a13b0fd09c94c1a3d088b7d7e7e479fd3 (diff) |
- markus@cvs.openbsd.org 2010/06/08 21:32:19
[ssh-pkcs11.c]
check length of value returned C_GetAttributValue for != 0
from mdrtbugzilla@codefive.co.uk; bugzilla #1773; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ | |||
3 | - djm@cvs.openbsd.org 2010/05/21 05:00:36 | 3 | - djm@cvs.openbsd.org 2010/05/21 05:00:36 |
4 | [misc.c] | 4 | [misc.c] |
5 | colon() returns char*, so s/return (0)/return NULL/ | 5 | colon() returns char*, so s/return (0)/return NULL/ |
6 | - markus@cvs.openbsd.org 2010/06/08 21:32:19 | ||
7 | [ssh-pkcs11.c] | ||
8 | check length of value returned C_GetAttributValue for != 0 | ||
9 | from mdrtbugzilla@codefive.co.uk; bugzilla #1773; ok dtucker@ | ||
6 | 10 | ||
7 | 20100622 | 11 | 20100622 |
8 | - (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512 | 12 | - (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512 |