vmt / udis86

Disassembler Library for x86 and x86-64
http://udis86.sourceforge.net
BSD 2-Clause "Simplified" License
1.01k stars 295 forks source link

decode_prefixes, variable used but not initialized #116

Open wenxichang opened 8 years ago

wenxichang commented 8 years ago

version 1.7.2, decode.c, line 207, var 'curr' is not initialized, and assign to 'last' at line 211. (I spent 3 hour to locate this error, -Wextra -Wall report no warning in my gcc ...)