Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ASM] iast: Fix for NullReferenceException in Stacktrace Walker (#6326)
## Summary of changes In .NET Framework the `GetFrames()` method can return null. ## Reason for change Bug detected in telemetry ([Error Tracking case](https://app.datadoghq.com/error-tracking?query=service%3Ainstrumentation-telemetry-data%20%40lib_language%3Adotnet%20%40tracer_version%3A3.6.0.0&fromUser=false&issue_states=&issueId=4ddc4722-7f47-11ef-afd5-da7ad0900002&refresh_mode=sliding&source=all&view=spans&from_ts=1732196777908&to_ts=1732211177908&live=true)). ## Implementation details Create a null array when the method `GetFrames()` return null in .NET Framework.
- Loading branch information