KSPP / linux

Linux kernel source tree (Kernel Self Protection Project)
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project
Other
80 stars 5 forks source link

Use DECLARE_FLEX_ARRAY() helper in include/uapi/sound/asoc.h #227

Closed GustavoARSilva closed 1 year ago

GustavoARSilva commented 1 year ago
diff -u -p ./include/uapi/sound/asoc.h /tmp/nothing/include/uapi/sound/asoc.h
--- ./include/uapi/sound/asoc.h
+++ /tmp/nothing/include/uapi/sound/asoc.h
@@ -228,7 +228,6 @@ struct snd_soc_tplg_vendor_array {
        union {
                struct snd_soc_tplg_vendor_uuid_elem uuid[0];
                struct snd_soc_tplg_vendor_value_elem value[0];
-               struct snd_soc_tplg_vendor_string_elem string[0];
        };
 } __attribute__((packed));