You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use memcpy rather than strcpy when moving around buffers. This has to be done for anything serious to happen; no one wants to base64 encode every buffer so they don't crash our library.
The text was updated successfully, but these errors were encountered:
Use memcpy rather than strcpy when moving around buffers. This has to be done for anything serious to happen; no one wants to base64 encode every buffer so they don't crash our library.
The text was updated successfully, but these errors were encountered: