Alexandr Radionov
Results
1
comments of
Alexandr Radionov
This sample reproduces an error (StackOverflowException) ``` class Program { static void Main(string[] args) { using (var file = new CompoundFile()) { var storage = file.RootStorage.AddStorage("a"); var stream = storage.AddStream("b");...