Pushed. Thanks for contributing and helping close tickets that are blocking the 6.x branch and 6.1 release from occurring.
On Thu, Dec 22, 2022 at 6:56 PM zack leung <zakthertems...@gmail.com> wrote: > Bump > > On Wed, 14 Dec 2022 at 20:12, zack leung <zakthertems...@gmail.com> wrote: > >> Closes #4556 >> --- >> cpukit/libmisc/shell/main_mmove.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/cpukit/libmisc/shell/main_mmove.c >> b/cpukit/libmisc/shell/main_mmove.c >> index 38731b10a2..0029882d62 100644 >> --- a/cpukit/libmisc/shell/main_mmove.c >> +++ b/cpukit/libmisc/shell/main_mmove.c >> @@ -62,7 +62,7 @@ static int rtems_shell_main_mmove( >> /* >> * Now copy the memory. >> */ >> - memcpy(dst, src, length); >> + memmove(dst, src, length); >> >> return 0; >> } >> -- >> 2.38.1 >> > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel