Don't try to memcpy zero bytes; sometimes the source pointer is NULL, and...
Don't try to memcpy zero bytes; sometimes the source pointer is NULL, and that's UB. Thanks to Nuno Lopes for the catch. llvm-svn: 238666
Loading
Please sign in to comment