capstone-engine / capstone

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
http://www.capstone-engine.org
7.51k stars 1.54k forks source link

HPPA dissassembler fix unitialized variables errors #2309

Closed R33v0LT closed 5 months ago

R33v0LT commented 5 months ago

Your checklist for this pull request

Detailed description

This PR fixes errors like unitialized variables when using clang with flags -Wall -Winvalid-pch -Werror -O3 --std=gnu99 -Werror=sizeof-pointer-memaccess

Test plan

Closing issues

closes #2304

Rot127 commented 5 months ago

Also, please fill out the complete PR description (I update it for you). We have stricter requirements now. In your case for testing CI green is enough for me.

kabeor commented 5 months ago

Thank you!