PHP cURL: Max Length on CURLOPT_USERPWD? PHP cURL: Max Length on CURLOPT_USERPWD? curl curl

PHP cURL: Max Length on CURLOPT_USERPWD?


I'm not a C expert but I found the following code in the CURL source (!NOT the php extension but the original curl)Looks like CURL only allocates 256byte for the password.

EDITRemoved the old code, because as Daniel Steinberg stated below this code is not used anymore.