-
Notifications
You must be signed in to change notification settings - Fork 114
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
There seems a bug with multicore #8
Comments
Yes you are right! for (int iCpuNum = 0, cpurefcount = 0; iCpuNum < sizeof(kTargetCpusAffinity) * 8; iCpuNum++) { |
Please send a pull request. I’m getting these updates via email but am
traveling and do not have my native kernel development environment. It will
be a couple weeks until I am home
…On Sun, Feb 11, 2018 at 2:15 AM ajax4sec ***@***.***> wrote:
:)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADUSW8sYWvWdEI9vaykQ_J8mubp1GoHbks5tTj8qgaJpZM4R_mg4>
.
|
There seems a bug with multi-core in IoCpuIpiDpc function of DriverIo.cpp. I tested the Sysarg2 of the function and found it is not null. So the arg would be dereferenced by ObDereferenceObject(SysArg2), which would cause the error of reference_of_pointer with a blue screen.
I am not sure I was right and welcome with the discussion.
The text was updated successfully, but these errors were encountered: