-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RN: don't check for or add zero terminator to bundle #45966
Conversation
This pull request was exported from Phabricator. Differential Revision: D61058869 |
This pull request was exported from Phabricator. Differential Revision: D61058869 |
756feeb
to
1995cef
Compare
Summary: Pull Request resolved: facebook#45966 JSI performs the check itself, no need to do it here. Plus, bytecode bundles must not be zero terminated. Differential Revision: D61058869
Summary: Pull Request resolved: facebook#46011 Backing out D58561775 in the meantime while we are trying to do proper fix in Hermes engine D61058869 Changelog: [Internal] Temporarily revert this diff facebook#44900 while we wait for facebook#45966 to land Differential Revision: D61246120
Summary: Pull Request resolved: #46011 Backing out D58561775 in the meantime while we are trying to do proper fix in Hermes engine D61058869 Changelog: [Internal] Temporarily revert this diff #44900 while we wait for #45966 to land Reviewed By: makovkastar Differential Revision: D61246120 fbshipit-source-id: 8c205efe9d29cd34f24676c4a48d55f0493d73ab
Summary: Pull Request resolved: facebook#45966 JSI performs the check itself, no need to do it here. Plus, bytecode bundles must not be zero terminated. ## Changelog: [IOS] [FIXED] - Fixes NSDataBigString length calculation Reviewed By: realsoelynn Differential Revision: D61058869
This pull request was exported from Phabricator. Differential Revision: D61058869 |
1995cef
to
3e2eb1a
Compare
This pull request has been merged in bb3c51d. |
This pull request was successfully merged by Tzvetan Mikov in bb3c51d When will my fix make it into a release? | How to file a pick request? |
Summary:
JSI performs the check itself, no need to do it here. Plus, bytecode
bundles must not be zero terminated.
Differential Revision: D61058869