### 验证步骤 - [x] 我仔细看过 [INI 配置文件](https://github.com/Bush2021/chrome_plus/blob/main/src/chrome%2B%2B.ini) 并理解了每个配置项的作用。 - [x] 我未在 [Issues Tracker](https://github.com/Bush2021/chrome_plus/issues) 中寻找过我要提出的问题。 - [x] 我提供了可用于重现我报告的错误的最简配置。 - [x] 我确保使用中文描述问题。 ### 版本信息 <img width="1606" height="864" alt="Image" src="https://github.com/user-attachments/assets/f2500dad-1a4c-458e-901a-23f56750a267" /> ### 配置文件 ```yaml command_line=--no-first-run --disable-component-update --disable-crash-reporter --disable-breakpad --disable-logging --no-report-upload --disable-background-updates --disable-features=PrintCompositorLPAC --force-renderer-accessibility=basic --disable-software-rasterizer ``` ### 描述 使用143.0.7499.41+版本 + 1.13.3 部分网页鼠标点击就会触发并闪退 如Github Code 点开里面随便点一下就崩了 ### 附件 https://github.com/user-attachments/assets/564fddd6-2f7c-46dc-9801-9627c61f11e9 尝试直接 hook wcslen 函数,并检查指针是否为空,如果为空返回 0 而不是崩溃貌似就修复该问题 [version.zip](https://github.com/user-attachments/files/23900673/version.zip)
验证步骤
版本信息
配置文件
command_line=--no-first-run --disable-component-update --disable-crash-reporter --disable-breakpad --disable-logging --no-report-upload --disable-background-updates --disable-features=PrintCompositorLPAC --force-renderer-accessibility=basic --disable-software-rasterizer描述
使用143.0.7499.41+版本 + 1.13.3
部分网页鼠标点击就会触发并闪退
如Github Code 点开里面随便点一下就崩了
附件
bandicam.2025-12-03.16-33-22-997.mp4
尝试直接 hook wcslen 函数,并检查指针是否为空,如果为空返回 0 而不是崩溃貌似就修复该问题
version.zip