summaryrefslogtreecommitdiff
path: root/test/src/gtest_rule.cpp
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2023-05-15 16:38:56 +0800
committerliuxueli <[email protected]>2023-05-15 17:01:06 +0800
commitd8b595ff2b5926aa6209d166ca087d9a11355106 (patch)
treeb810a7ed5a89cc6c2d015ed5bdd99666b1276297 /test/src/gtest_rule.cpp
parent2eb5a34e0f2806e587f8329dd65a6c0118f4411d (diff)
TSG-15014: 使用错误的bridge id获取异步存储空间,导致内存被覆写v6.0.11
Diffstat (limited to 'test/src/gtest_rule.cpp')
-rw-r--r--test/src/gtest_rule.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/src/gtest_rule.cpp b/test/src/gtest_rule.cpp
index 74ec87e..3a36338 100644
--- a/test/src/gtest_rule.cpp
+++ b/test/src/gtest_rule.cpp
@@ -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;