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
base64 decoding fails if the provided string does not contain padding. This is breaking our app.
As a workaround I added following function to add padding before trying to decode.
Target Branch(es)
0.74
Link to commit or PR to be picked
facebook/hermes#1379
Description
base64 decoding fails if the provided string does not contain padding. This is breaking our app.
As a workaround I added following function to add padding before trying to decode.
Kindly asking to cherry-pick this fix.
The text was updated successfully, but these errors were encountered: