mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 18:35:41 +00:00
trivial: Fix the last -Wpointer-sign warning
This commit is contained in:
parent
ea8ebcfc7b
commit
67b8cb62bc
@ -143,7 +143,7 @@ fu_fuzzer_rom_create (GError **error)
|
||||
sz = GUINT16_TO_BE (0x80);
|
||||
memcpy (&buffer[0x15], &sz, 2);
|
||||
g_hash_table_insert (hash, (gpointer) "naked-ifr.rom",
|
||||
g_string_new_len (blob_ifr, 0x80));
|
||||
g_string_new_len ((const gchar *) blob_ifr, 0x80));
|
||||
str = g_string_new_len ((gchar *) blob_ifr, 0x80);
|
||||
memcpy (&blob_header[0x6], (gpointer) "ifr-hdr-data-payld", 18);
|
||||
g_string_append_len (str, (gchar *) blob_header, 0x200);
|
||||
|
Loading…
Reference in New Issue
Block a user