<div dir="ltr">Hi there,<div><br></div><div>While building libcxxabi on a new platform (more news on that later :-), I noticed libcxxabi uses bzero() in a single place, causing the build to fail in my environment. We could just use memset() instead.</div><div><br></div><div>At the same time, I received a compiler warning for strcpy(), as it is advised to use str[nl]cpy() instead. In this specific case we could argue we don't need to copy the string in the first place. The patch changes the code to just assign a constant string to a pointer.</div><div><div><br></div><div>Best regards,</div>-- <br><div class="gmail_signature">Ed Schouten <<a href="mailto:ed@80386.nl" target="_blank">ed@80386.nl</a>></div>
</div></div>