The size of space to be allocated for data that it points to is
calculated wrong before, because we don't figure out the correct type
of the data.
Signed-off-by: Yicheng Qin qycqycqycqycqyc@xxxxxxxxx
---
runtime/ffi/cdata.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/runtime/ffi/cdata.c b/runtime/ffi/cdata.c
...
↧