]> git.ipfire.org Git - thirdparty/grub.git/commit
lib/xzembed/xz_dec_stream: Replace grub_memcpy() call with memcpy()
authorDaniel Kiper <daniel.kiper@oracle.com>
Thu, 23 Oct 2025 17:37:49 +0000 (19:37 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 24 Oct 2025 18:05:08 +0000 (20:05 +0200)
commit11845da2b1ffebf3e9b67dd21ae8c743746d5854
treee1c8c1f68884d128bafcab58204059b7ee2d3971
parent7ded35feaab4fe4609606ead4da932c4164b9cb0
lib/xzembed/xz_dec_stream: Replace grub_memcpy() call with memcpy()

Make the code consistent.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Alec Brown <alec.r.brown@oracle.com>
grub-core/lib/xzembed/xz_dec_stream.c