]> Kevux Git Server - fll/commit
Update: Use memmove() instead of memcpy() for memory append and memory append all...
authorKevin Day <Kevin@kevux.org>
Sun, 7 Jul 2024 03:09:41 +0000 (22:09 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 7 Jul 2024 03:09:41 +0000 (22:09 -0500)
commit41a06d833c7691d7034a08406219301c7ff62097
tree7a085b1ddaa43d78bef68898b9a0ebb16dfcdb57
parent055ce493c718a0b5675c22a8e75051c82f6c5b48
Update: Use memmove() instead of memcpy() for memory append and memory append all functions.

These memory append functions do not state that the memory cannot overlap.
The use of memmove() is safer in that it allows for overlapping memory.
level_0/f_memory/c/memory/array.c
level_0/f_memory/c/memory/array.h