Change memcpy() calls to assignments
authorAlexey Neyman <aneyman@google.com>
Thu, 5 Oct 2023 18:43:17 +0000 (18:43 +0000)
committerAlexey Neyman <aneyman@google.com>
Thu, 5 Oct 2023 18:45:43 +0000 (18:45 +0000)
commit4b3d7ff7216dfdb1708cc8ad1b267186440eac11
tree2ca4a8c8fd4a523c66a97e0fe763a442eebcd934
parent6f9cdcfcc7598c7d7b19c4a5120a251a80dab183
Change memcpy() calls to assignments

This is to avoid triggering a spurious warning caused by [1], which
is triggered by the next commit in chain (unrelated change in
update_io_tick_disk()).

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111696

Signed-off-by: Alexey Neyman <aneyman@google.com>
diskutil.c