<?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-data-missing-stack-map.wast</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0d66dffd - Add missing missing stack map declaration for `array.new_data` (#12935)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/tests/misc_testsuite/gc/array-new-data-missing-stack-map.wast#0d66dffd</link>
        <description>Add missing missing stack map declaration for `array.new_data` (#12935)`translate_array_new_data` created a GC reference (array ref) via a libcall butdid not call `builder.declare_value_needs_stack_map()` on the result. This meantthat the reference was not included in stack maps at subsequent safepoints, soif a GC occurred, the reference became stale (leading to use-after-free bugsinside the GC heap sandbox).

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