You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a buffer-overflow/info-leaking bug in Thumb mode of ARM arch. This bug was there since version 1.0.
Reduced stack variable size of insn_cache in cs_disasm_ex() if USE_SYS_DYN_MEM is redefined. This fixes a crash bug in OSX kernel when embedding Capstone: this is due to too big kernel stack memory allocated.
This fix also allows to embed Capstone into Linux kernel, too.