Closed etan-status closed 1 year ago
Inlining template that uses {.noSideEffect.} without a block can lead to invalid codegen that contains double-frees. Wrap problematic instances with block to prevent issues in libnimbus_lc wasm (orc).
template
{.noSideEffect.}
block
libnimbus_lc
Inlining
template
that uses{.noSideEffect.}
without ablock
can lead to invalid codegen that contains double-frees. Wrap problematic instances withblock
to prevent issues inlibnimbus_lc
wasm (orc).