The attached patch fixes following cases
<local-name> := Z <function encoding> E s [<discriminator>]
<local-name> := Z <function encoding> Ed [ <parameter number> ] _ <entity name>
Differential D6524
Fixed ParseLocalName() in FastDemangle slydiman on Dec 4 2014, 5:33 AM. Authored by
Details
The attached patch fixes following cases <local-name> := Z <function encoding> E s [<discriminator>]
Diff Detail Event TimelineComment Actions Looks good to me – those changes correct clear oversights in the original code. Thanks for the fix! |