[Bug 91] String literals not always properly zero-terminated

via D.gnu d.gnu at puremagic.com
Sun Oct 26 06:43:36 PDT 2014


http://bugzilla.gdcproject.org/show_bug.cgi?id=91

--- Comment #7 from Peter Remmers <p.remmers at arcor.de> ---
I might add, always adding a zero termination costs nothing apart from a few
bytes in the data segment.

At the very least this is a performance issue, as GDC's toStringz(string) would
always copy, and DMD's and LDC's would not.

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20141026/048caad3/attachment.html>


More information about the D.gnu mailing list