checkpatch: Do not allow deprecated g_memdup()
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 3 Sep 2021 17:45:10 +0000 (19:45 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 17 Dec 2021 10:57:35 +0000 (11:57 +0100)
commitce2ff9cccf0c5f123f9d1e3d5e4fc07d1c2c159d
tree0065f63848f6465cbf3f820b6190b19b3608f24f
parent460056dbe6b2df363de6d8c2a9c9ba862653d6bb
checkpatch: Do not allow deprecated g_memdup()

g_memdup() is insecure and as been deprecated in GLib 2.68.
QEMU provides the safely equivalent g_memdup2() wrapper.

Do not allow more g_memdup() calls in the repository, provide
a hint to use g_memdup2().

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20210903174510.751630-29-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
scripts/checkpatch.pl