mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-26 23:10:32 +00:00
1
ChangeLog 2.1.1
Nguyen Anh Quynh edited this page 2014-03-17 19:46:05 -07:00
(Look here for the detailed changelog of v2.1)
-
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.