Skip to content

Comments

Eliminate avoidable SymSrv init / cleanup#98

Merged
arvindshmicrosoft merged 1 commit intomainfrom
trim-symfuncs
Oct 25, 2022
Merged

Eliminate avoidable SymSrv init / cleanup#98
arvindshmicrosoft merged 1 commit intomainfrom
trim-symfuncs

Conversation

@arvindshmicrosoft
Copy link
Member

No description provided.

IntPtr buffer = Marshal.AllocHGlobal(rawsize);
Marshal.StructureToPtr(guid, buffer, false);
bool success = SafeNativeMethods.SymFindFileInPath((IntPtr)processId, null, pdbFilename, buffer, pdbAge, 0, 8, outPath, IntPtr.Zero, IntPtr.Zero);
bool success = SafeNativeMethods.SymFindFileInPath(IntPtr.Zero, symPath, pdbFilename, buffer, pdbAge, 0, 8, outPath, IntPtr.Zero, IntPtr.Zero);

Check notice

Code scanning / CodeQL

Calls to unmanaged code

Replace this call with a call to managed code if possible.
@arvindshmicrosoft arvindshmicrosoft merged commit ed84aa6 into main Oct 25, 2022
@arvindshmicrosoft arvindshmicrosoft deleted the trim-symfuncs branch October 25, 2022 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant