Stream: git-wasmtime

Topic: wasmtime / PR #2424 Fix a memory leak on returning incomp...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2020 at 19:39):

alexcrichton opened PR #2424 from fix-leak2 to main:

This fixes an issue where if a store-incompatible value is returned from
a host-defined function then that value is leaked. Practically this
means that it's possible to accidentally leak Func values, but a
simple insertion of a drop does the trick!

view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2020 at 19:45):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2020 at 20:26):

alexcrichton merged PR #2424.


Last updated: Oct 23 2024 at 20:03 UTC