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
There are two implementations of copydata! used in Base.unsafe_read and Base.readuntil. There may be a lurking bug with unclear ownership as well (regarding GC.@preserve). This scenario should likely be cleaned up a bit to mitigate bugs.
The text was updated successfully, but these errors were encountered:
As mentioned in: #164
There are two implementations of
copydata!
used inBase.unsafe_read
andBase.readuntil
. There may be a lurking bug with unclear ownership as well (regardingGC.@preserve
). This scenario should likely be cleaned up a bit to mitigate bugs.The text was updated successfully, but these errors were encountered: