Commit 3984c7d8e377cbd000fe1fdb166ed043ba1cda62

Ryan C. Gordon 2013-08-20T23:20:32

Actually, this should be a memcpy(). We already know the exact length we just allocated, and we plan to append our own null terminator to the end of the copy, so this makes more sense.