-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LengthReturned < 0 蓝屏 #46
Comments
你好,你是用的Release中编译好的版本吗?还是从main下载后自己编译的。Release中的版本确实有这类问题。 |
你好,是下载后编译的,编译的是Release版。 是用notepad修改的记事本。
在 2022-09-27 11:31:04,"hkx3upper" ***@***.***> 写道:
你好,你是用的Release中编译好的版本吗?还是从main下载后自己编译的。Release中的版本确实有这类问题。
另外,是用notepad修改的文件吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
上图右侧红色是我加的异常保护,也不知道修改后有问题没,暂时是不会蓝屏了,还请多多指教,谢谢!
在 2022-09-27 11:31:04,"hkx3upper" ***@***.***> 写道:
你好,你是用的Release中编译好的版本吗?还是从main下载后自己编译的。Release中的版本确实有这类问题。
另外,是用notepad修改的文件吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我看不到图诶 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当被修改的文件比较大时,txt超过70W行左右,PocPreWriteOperation函数中的:
LengthReturned = FileSize - StartingVbo; //此时StartingVbo远远大于FileSize ,导致LengthReturned 为负数
导致蓝屏RtlMoveMemory(
StreamContext->PageNextToLastForWrite.Buffer +
StreamContext->PageNextToLastForWrite.ByteCount,
OrigBuffer, LengthReturned);
The text was updated successfully, but these errors were encountered: