yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.57k stars 1.64k forks source link

OutOfMemoryException on BAML Renaming #514

Open Mikolaytis opened 8 years ago

Mikolaytis commented 8 years ago

Hey guys. Today i've found awesome exception for you:
Method: Confuser.Renamer.BAML.PropertyPath.Parse
Test case is: "]"
Exception Type: OutOfMemoryException
Priority: Minimal
I can provide a memory dump if needed

Mikolaytis commented 8 years ago

piece of XAML that causes exception:

<Paragraph TextIndent="80" FontFamily="Consolas">[</Paragraph>
<Paragraph TextIndent="120" FontFamily="Consolas">{</Paragraph>
<Paragraph TextIndent="160" FontFamily="Consolas"><Run Foreground="{StaticResource br_Green}">"T"</Run>: <Run Foreground="{StaticResource br_Blue}">4</Run>,</Paragraph>
<Paragraph TextIndent="160" FontFamily="Consolas"><Run Foreground="{StaticResource br_Green}">"P"</Run>: [<Run Foreground="{StaticResource br_Green}">"Привет, Мир!"</Run>]</Paragraph>
<Paragraph TextIndent="120" FontFamily="Consolas">},</Paragraph>
<Paragraph TextIndent="120" FontFamily="Consolas" Foreground="{StaticResource br_Gray}">...</Paragraph>
<Paragraph TextIndent="80" FontFamily="Consolas">]</Paragraph>