Change some memcpy to memmove#6616
Conversation
The buffer.c++ ones can probably overlap, while the identity-transform-stream.c++ ones are just being cautious.
|
Good — all Let me do a final review of the complete diff to make sure I haven't missed anything:
Both changes are safe, correct, and well-commented. No backward compatibility issues, no security concerns, no missing compat flags needed. The LGTM |
Merging this PR will degrade performance by 28.38%
Performance Changes
Comparing Footnotes
|
The buffer.c++ ones can probably overlap, while the identity-transform-stream.c++ ones are just being
cautious.