mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 22:31:21 +00:00
Build fixes for NaCl SDK
This commit is contained in:
@@ -129,6 +129,9 @@ OAES_RET oaes_base64_decode(
|
||||
if( _out_len_req > *out_len )
|
||||
return OAES_RET_ERROR;
|
||||
|
||||
// Satisfy overzealous compiler
|
||||
memset(_buf1, 0, sizeof(_buf1));
|
||||
|
||||
memset(out, 0, *out_len);
|
||||
*out_len = 0;
|
||||
while( in_len-- && strchr(_oaes_base64_table, in[_idx++]) )
|
||||
|
||||
Reference in New Issue
Block a user