void-packages/srcpkgs/elfutils/patches/fix-uninitialized.patch
Đoàn Trần Công Danh 8264c2101f elfutils: update to 0.181.
sgn: There are some test failure due to the order of output.
Close: #24861
2020-09-13 13:08:43 +07:00

11 lines
269 B
Diff

--- libcpu/i386_disasm.c 2015-08-21 14:22:37.000000000 +0200
+++ libcpu/i386_disasm.c 2015-11-20 06:30:59.250629957 +0100
@@ -710,6 +710,7 @@
case 'm':
/* Mnemonic. */
+ str = mnebuf;
if (unlikely (instrtab[cnt].mnemonic == MNE_INVALID))
{