On 2/12/15 9:42 AM, Ed Schouten wrote:
Hi there,
While building libcxxabi on a new platform (more news on that later :-),
:D Exciting! (and interesting too, given the two places where your patch
touches).
I noticed libcxxabi uses bzero() in a single place, causing the build to
fail in my environment. We could just use memset() instead.
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.
Both changes LGTM.
Cheers,
Jon
Best regards,
--
Ed Schouten <[email protected] <mailto:[email protected]>>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
--
Jon Roelofs
[email protected]
CodeSourcery / Mentor Embedded
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits