From b5310b892293ada967c34d525e0784686c2371fb Mon Sep 17 00:00:00 2001 From: Xaymar Date: Fri, 8 Aug 2025 01:24:10 +0200 Subject: [PATCH] Host 0x2D/0x2E/0x2F: Controllable crash/memory corruption via p_ptr Doesn't appear useful so far. --- vst.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vst.h b/vst.h index 05a1cb2..9bfd085 100644 --- a/vst.h +++ b/vst.h @@ -911,14 +911,17 @@ enum VST_HOST_OPCODE { /** @sa VST_HOST_OPCODE_2C */ VST_HOST_OPCODE_PARAM_UNLOCK = 0x2C, + /** Crash the host depending on what p_ptr is pointing at. */ VST_HOST_OPCODE_2D = 0x2D, //-------------------------------------------------------------------------------- // VST 2.2 //-------------------------------------------------------------------------------- + /** Crash the host depending on what p_ptr is pointing at. */ VST_HOST_OPCODE_2E = 0x2E, + /** Crash the host depending on what p_ptr is pointing at. */ VST_HOST_OPCODE_2F = 0x2F, /**