-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add limit to stacktrace length when parsing in issue_filing. (#4253)
We recently encountered an 80MB stacktrace blocking our issue filing. Setting a somewhat arbitrary 300000 length limit here. Looking at our stack_analyzer_data testcases, this should be plenty (wycheproof is an outlier): ``` 43468 ./asan_uaf.txt 47231 ./cdb_stack_overflow.txt 47648 ./asan_stack_overflow2.txt 49057 ./tsan_use_after_free.txt 53914 ./asan_stack_overflow.txt 67879 ./java_fatal_exception.txt 158842 ./android_kernel_no_parens.txt 158977 ./android_kernel.txt 270382 ./cdb_other.txt 488612 ./wycheproof.txt ```
- Loading branch information
1 parent
d1e5b9e
commit 7684841
Showing
1 changed file
with
6 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters