diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2013-08-19 00:36:53 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-08-20 11:16:38 +0200 |
commit | c56f9797e7feb7c2dc93bc389d4b85cc75220d77 (patch) | |
tree | 6f89c8776442b7e73818d910fddf62bd7bb726b6 /m4 | |
parent | 9281be36d5206f02336236a7c90020449109816e (diff) |
sasl: allow arbitrarily long username and password
Use appropriately sized buffers on the heap instead of fixed-size
buffers on the stack, to allow for longer usernames and passwords.
Callers never pass anything longer than MAX_CURL_USER_LENGTH (resp.
MAX_CURL_PASSWORD_LENGTH), so no functional change inteded yet.
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions