Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.9.5
-
None
-
None
Description
Hi,
I was reading the source code especially System::arraycopy family methods :
and was wonderined if :
- Testing twice src was intentional since I suppose it should be dest as second test for example ?
- Should not it be always memmove since src and dest can still overlap ?
Regards.