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
That code should be adding the byte offset of the view to the start address of the ArrayBuffer. Instead, it is just returning the start address with no offsetting.
The text was updated successfully, but these errors were encountered:
realm-js/src/node/node_buffer.hpp
Lines 48 to 60 in f2fd5e1
That code should be adding the byte offset of the view to the start address of the ArrayBuffer. Instead, it is just returning the start address with no offsetting.
The text was updated successfully, but these errors were encountered: