Commit fa004fb
authored
Fix issue where wrong message was added to EventReporter. (#113969)
#113416 used a shared SString buffer when building the log message written to console when hitting an unhandled managed exception. It appears that the same buffer was used when passing data over to EventReporter, but it would then include more information than expected. This will fix so we only pass over the exception message, inline with previous beharior.
Fixes issue found in dotnet/aspnetcore#61011.1 parent c74241f commit fa004fb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4808 | 4808 | | |
4809 | 4809 | | |
4810 | 4810 | | |
4811 | | - | |
| 4811 | + | |
4812 | 4812 | | |
4813 | | - | |
| 4813 | + | |
4814 | 4814 | | |
4815 | 4815 | | |
4816 | 4816 | | |
| |||
0 commit comments