-
Bug
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
As the title says, MemorySegment.ofBuffer tries to fetch the scope attached to the buffer instance (if any) and use that. If none is found, the global scope is used instead. This is a bug - since there would be nothing keeping the buffer alive.