]> Kevux Git Server - fll/commit
Update: Switch from memcpy() to memmove() just in case.
authorKevin Day <Kevin@kevux.org>
Fri, 14 Feb 2025 02:46:11 +0000 (20:46 -0600)
committerKevin Day <Kevin@kevux.org>
Fri, 14 Feb 2025 02:48:33 +0000 (20:48 -0600)
commit0d958cbc69e2c8e420a769affd697dee7bcdd775
tree1e21a2f67a822f607ad5b86127635e970ce2c5ce
parentb14ccf0e82a9945857cb4b9e9133b02cddf8d132
Update: Switch from memcpy() to memmove() just in case.

This is a library and cannot guarantee that the sources do not overlap.
Change to `memmove()` to play it safe.
level_0/f_color/c/color.c
level_0/f_color/c/color.h
level_0/f_color/c/private-color.c
level_0/f_color/c/private-color.h