react-native-macos/React/Executors
David Aurelio c33084cc94 Read within bounds of `NSData` object
Summary: This prevents the `isUnbundle` check to read beyond the end of an `NSData` instance by using `getBytes:length:` instead of accessing the underlying buffer directly.

Reviewed By: javache

Differential Revision: D3548874

fbshipit-source-id: 7c93c66cc6abb4a2a321888ab394212f4d14a03e
2016-07-12 10:13:24 -07:00
..
RCTJSCExecutor.h Refine RCTJSCExecutor's APIs for using a thread/context that already exists 2016-07-12 05:28:36 -07:00
RCTJSCExecutor.mm Read within bounds of `NSData` object 2016-07-12 10:13:24 -07:00
RCTJSCWrapper.h Change API for iOS 2016-07-04 09:28:27 -07:00
RCTJSCWrapper.mm Refactor RCTPerformanceLogger to avoid having global state 2016-07-07 07:29:57 -07:00