<?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 virtio</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ba00e413 - ALSA: virtio: Fix &quot;Coverity: virtsnd_kctl_tlv_op(): Uninitialized variables&quot; warning.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/sound/virtio/#ba00e413</link>
        <description>ALSA: virtio: Fix &quot;Coverity: virtsnd_kctl_tlv_op(): Uninitialized variables&quot; warning.This commit fixes the following warning when building virtio_snd driver.&quot;*** CID 1583619:  Uninitialized variables  (UNINIT)sound/virtio/virtio_kctl.c:294 in virtsnd_kctl_tlv_op()288289     		break;290     	}291292     	kfree(tlv);293vvv     CID 1583619:  Uninitialized variables  (UNINIT)vvv     Using uninitialized value &quot;rc&quot;.294     	return rc;295     }296297     /**298      * virtsnd_kctl_get_enum_items() - Query items for the ENUMERATED element type.299      * @snd: VirtIO sound device.&quot;This warning is caused by the absence of the &quot;default&quot; branch in theswitch-block, and is a false positive because the kernel callsvirtsnd_kctl_tlv_op() only with values for op_flag processed inthis block.Also, this commit unifies the cleanup path for all possible controlpaths in the callback function.Signed-off-by: Anton Yakovlev &lt;anton.yakovlev@opensynergy.com&gt;Signed-off-by: Aiswarya Cyriac &lt;aiswarya.cyriac@opensynergy.com&gt;Reported-by: coverity-bot &lt;keescook+coverity-bot@chromium.org&gt;Addresses-Coverity-ID: 1583619 (&quot;Uninitialized variables&quot;)Fixes: d6568e3de42d (&quot;ALSA: virtio: add support for audio controls&quot;)Acked-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;Link: https://lore.kernel.org/r/20240216100643.688590-1-aiswarya.cyriac@opensynergy.comSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux-6.15/sound/virtio/virtio_kctl.c</description>
        <pubDate>Fri, 16 Feb 2024 10:00:00 +0000</pubDate>
        <dc:creator>Aiswarya Cyriac &lt;aiswarya.cyriac@opensynergy.com&gt;</dc:creator>
    </item>
</channel>
</rss>
