From 8c46fa850143c477671bb84a93fe900baf302d2b Mon Sep 17 00:00:00 2001 From: liubo Date: Thu, 14 Aug 2025 20:12:47 +0800 Subject: [PATCH 1/3] Fix UaF caused by binding a view object Signed-off-by: liubo419 --- previewer/mock/accesstoken_kit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/previewer/mock/accesstoken_kit.h b/previewer/mock/accesstoken_kit.h index ec09282198..e2555d2cc6 100644 --- a/previewer/mock/accesstoken_kit.h +++ b/previewer/mock/accesstoken_kit.h @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +liubo #ifndef INTERFACES_INNER_KITS_ACCESSTOKEN_KIT_H #define INTERFACES_INNER_KITS_ACCESSTOKEN_KIT_H -- Gitee From d2b0cc13b4f620e77bd337999b87b7a2d8a65113 Mon Sep 17 00:00:00 2001 From: liubo Date: Thu, 14 Aug 2025 20:13:56 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- previewer/mock/accesstoken_kit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/previewer/mock/accesstoken_kit.h b/previewer/mock/accesstoken_kit.h index e2555d2cc6..0524f52138 100644 --- a/previewer/mock/accesstoken_kit.h +++ b/previewer/mock/accesstoken_kit.h @@ -13,6 +13,7 @@ * limitations under the License. */ liubo +liubo1 #ifndef INTERFACES_INNER_KITS_ACCESSTOKEN_KIT_H #define INTERFACES_INNER_KITS_ACCESSTOKEN_KIT_H -- Gitee From 4195a11e92aba0ef7a3c30b8d482ded8f88564be Mon Sep 17 00:00:00 2001 From: liubo Date: Thu, 14 Aug 2025 20:16:13 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=B8=89=E6=AC=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 +++++ previewer/mock/accesstoken_kit.h | 1 + 2 files changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..e0e593879f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "string": "cpp" + } +} \ No newline at end of file diff --git a/previewer/mock/accesstoken_kit.h b/previewer/mock/accesstoken_kit.h index 0524f52138..043e535e19 100644 --- a/previewer/mock/accesstoken_kit.h +++ b/previewer/mock/accesstoken_kit.h @@ -14,6 +14,7 @@ */ liubo liubo1 +liubo2 #ifndef INTERFACES_INNER_KITS_ACCESSTOKEN_KIT_H #define INTERFACES_INNER_KITS_ACCESSTOKEN_KIT_H -- Gitee