Fix crash when loading LV2 plugins with a corrupt LV2_Descriptor::extension_data.
authorDavid Robillard <d@drobilla.net>
Fri, 4 Jan 2013 18:46:39 +0000 (18:46 +0000)
committerDavid Robillard <d@drobilla.net>
Fri, 4 Jan 2013 18:46:39 +0000 (18:46 +0000)
commitd50b026da4caaa336b2afdf02d0f6615b25f802d
tree7d50f0da6fa95caaf8a7e6c8c1c8d82d8c34aeac
parente2711af7232ff3090c03f49bb5880ec3e793d40b
Fix crash when loading LV2 plugins with a corrupt LV2_Descriptor::extension_data.

This is a plugin bug, but Ardour is supposed to check using the data as well.

git-svn-id: svn://localhost/ardour2/branches/3.0@13777 d708f5d6-7413-0410-9779-e7cbd77b26cf
libs/ardour/lv2_plugin.cc