<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in array-new-elem-missing-stack-map.wast</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e5b127cc - Add missing stack map declaration for `array.new_elem` (#12936)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/tests/misc_testsuite/gc/array-new-elem-missing-stack-map.wast#e5b127cc</link>
        <description>Add missing stack map declaration for `array.new_elem` (#12936)`translate_array_new_elem` created a GC reference (array ref) via a libcall butdid not call `builder.declare_value_needs_stack_map()` on the result. This meantthe reference was not included in stack maps at subsequent safepoints, so if aGC occurred, the reference became stale (leading to use-after-free within the GCheap sandbox).

            List of files:
            /wasmtime-44.0.1/tests/misc_testsuite/gc/array-new-elem-missing-stack-map.wast</description>
        <pubDate>Thu, 02 Apr 2026 13:50:32 +0000</pubDate>
        <dc:creator>Nick Fitzgerald &lt;fitzgen@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
