free-audio / clap-host

Reference Host
MIT License
49 stars 14 forks source link

PluginParam::isInfoEqualTo reads past end of strings #13

Closed nakst closed 2 years ago

nakst commented 2 years ago

PluginParam::isInfoEqualTo should probably not read past the end of the strings name and module; instead, it currently just does a memcmp on the whole structure.