microsoft/SQLCallStackResolver

Add fuzz tests to fully cover lines in ProcessBaseAddresses

arvindshmicrosoft opened this issue · 0 comments

} catch (FormatException) {
// typically errors with non-numeric info passed to Convert.ToUInt64
retVal = false;
} catch (ArgumentException) {
// typically these are malformed paths passed to Path.GetFileNameWithoutExtension
retVal = false;
}