<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hey,<br>
<br>
Here is an attempt to fix <a href="https://llvm.org/bugs/show_bug.cgi?id=25067">https://llvm.org/bugs/show_bug.cgi?id=25067</a>.<br>
<br>
Summary:<br>
<br>
After introducing no_sanitize, we try to map no_sanitize_* into a no_sanitize(“*”), the switch in code, however doesn’t handle cases when attribute is surrounded by two underscores on each of the ends. In this patch I am trying to utilize existing normalizeAttrName
 function, by exposing it to outside world and using it before feeding input to the switch.<br>
<br>
Added unit tests for the crashes I encountered and patched.<br>
<br>
Thanks,<br>
Adrian<br>
</div>
</span></font></div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
<br>
<br>
</div>
</span></font></div>
</body>
</html>