DescriptionFix wierd string iteration problem in ParseDomainASCII under VS2010 debug builds
This commit fixes a crash under MSVS 2010 Debug builds, where a string
iterator fails a compatibility check. Specifically its _Myproxy is NULL.
What that is and why that is exactly I do not know at this point, but I'd
guess it may be a VS2010 bug.
Creating a new string copy rather than using the existing one
seems to resolve the issue.
BUG=131599
TEST=
Patch Set 1 #
Total comments: 2
Messages
Total messages: 11 (0 generated)
|