Fix #24577 correctly, cfg->code_len is the size of the code, while cfg->code_size...
authorZoltan Varga <vargaz@gmail.com>
Thu, 20 Nov 2014 09:45:44 +0000 (04:45 -0500)
committerZoltan Varga <vargaz@gmail.com>
Thu, 20 Nov 2014 09:45:44 +0000 (04:45 -0500)
commit8647ae45fcaa1865f1548d4c041b262932d94c3c
tree9a5761a574e1d43a1cc16389f8bde54c61c84bf7
parent3130eb18ce23d145bc37bb4f164f7fd880ad764c
Fix #24577 correctly, cfg->code_len is the size of the code, while cfg->code_size is the size of the memory area allocated for code.
mono/mini/mini.c