1
1
Daniel Stenberg 7dc2bfac94 _libssh2_userauth_publickey: reject method names longer than the data
This functions get the method length by looking at the first 32
bit of data, and I now made it not accept method lengths that are
longer than the whole data set is, as given in the dedicated
function argument.

This was detected when the function was given bogus public key
data as an ascii string, which caused the first 32bits to create
a HUGE number.
2010-06-20 00:23:28 +02:00
..
2009-06-04 18:20:29 +02:00
2009-11-16 16:04:00 +01:00
2010-06-03 05:21:02 +02:00
2010-05-30 22:53:53 -07:00