Pavel Tupitsyn created IGNITE-13635: ---------------------------------------
Summary: .NET: OOM due to integer overflow in PlatformOutputStream Key: IGNITE-13635 URL: https://issues.apache.org/jira/browse/IGNITE-13635 Project: Ignite Issue Type: Bug Components: platforms Affects Versions: 2.9, 1.4 Reporter: Pavel Tupitsyn Assignee: Pavel Tupitsyn Fix For: 2.10, 2.9.1 {{PlatformOutputStreamImpl.unsafeEnsure}} causes integer overflow, then passes a negative value to {{PlatformCallbackGateway.memoryReallocate}} from there it is passed to {{Marshal.ReAllocHGlobal}}, which throws an OutOfMemoryException. -- This message was sent by Atlassian Jira (v8.3.4#803005)