TSG-15014: 使用错误的bridge id获取异步存储空间,导致内存被覆写

This commit is contained in:
liuxueli
2023-05-15 16:38:56 +08:00
parent 2eb5a34e0f
commit d8b595ff2b
4 changed files with 13 additions and 3 deletions

View File

@@ -14,6 +14,11 @@
extern struct maat_runtime_para g_tsg_maat_rt_para;
const struct session_runtime_attribute *session_runtime_attribute_new(const struct streaminfo * a_stream)
{
return NULL;
}
const struct session_runtime_attribute *session_runtime_attribute_get(const struct streaminfo * a_stream)
{
return 0;