mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 19:38:37 +03:00
[base64] Add buffer size parameter to base64_encode() and base64_decode()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -233,7 +233,7 @@ static int ocsp_uri_string ( struct ocsp_check *ocsp ) {
|
||||
goto err_path_base64;
|
||||
}
|
||||
base64_encode ( ocsp->request.builder.data, ocsp->request.builder.len,
|
||||
path_base64_string );
|
||||
path_base64_string, path_len );
|
||||
|
||||
/* URI-encode the Base64-encoded request */
|
||||
memset ( &path_uri, 0, sizeof ( path_uri ) );
|
||||
|
||||
Reference in New Issue
Block a user