Host 0x2D/0x2E/0x2F: Controllable crash/memory corruption via p_ptr
Doesn't appear useful so far.
This commit is contained in:
@@ -911,14 +911,17 @@ enum VST_HOST_OPCODE {
|
|||||||
/** @sa VST_HOST_OPCODE_2C */
|
/** @sa VST_HOST_OPCODE_2C */
|
||||||
VST_HOST_OPCODE_PARAM_UNLOCK = 0x2C,
|
VST_HOST_OPCODE_PARAM_UNLOCK = 0x2C,
|
||||||
|
|
||||||
|
/** Crash the host depending on what p_ptr is pointing at. */
|
||||||
VST_HOST_OPCODE_2D = 0x2D,
|
VST_HOST_OPCODE_2D = 0x2D,
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------
|
||||||
// VST 2.2
|
// VST 2.2
|
||||||
//--------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
/** Crash the host depending on what p_ptr is pointing at. */
|
||||||
VST_HOST_OPCODE_2E = 0x2E,
|
VST_HOST_OPCODE_2E = 0x2E,
|
||||||
|
|
||||||
|
/** Crash the host depending on what p_ptr is pointing at. */
|
||||||
VST_HOST_OPCODE_2F = 0x2F,
|
VST_HOST_OPCODE_2F = 0x2F,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user