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
staticvoidMain(){varoptions=new RecyclableMemoryStreamManager.Options
{UseExponentialLargeBuffer=true,};varrmsm=new RecyclableMemoryStreamManager(options);varsize=1073741825;// this will cause infinite loop in TryGetBuffer below, 1073741824 works.varbytes=newbyte[size];using(varms= rmsm.GetStream()){
ms.Write(bytes,0, size);
ms.TryGetBuffer(outvar buffer);}}
The text was updated successfully, but these errors were encountered:
Reproduced with 3.0.0
The text was updated successfully, but these errors were encountered: