| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/report: do more agressive NUM-replacement | Aleksandr Nogikh | 2021-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | Replace not just long sequences of digits in report titles, but every sequence of '0'-'9' that is not surrounded by word characters. As such matches will overlap and Go does not (currently?) support regexp lookarounds, do the replacement multiple times until there is nothing more to do. This should not slow down syzkaller, since this code is only invoked during crash processing. Restrict LINE replacement only to fragments that have a preceeding file name. This prevents replacements like [1:2] -> [NUM:LINE]. | ||||
| * | pkg/report: ignore "ddb.onpanic" on netbsd | Dmitry Vyukov | 2020-10-26 | 1 | -0/+14 |
| | | |||||
| * | pkg/report: fix kUBSan reporting on NetBSD | m00nbsd | 2020-05-24 | 1 | -0/+1415 |
| | | |||||
| * | Correct parsing of Kernel ASan reports | Kamil Rytarowski | 2019-11-14 | 1 | -0/+1583 |
| | | | | | Handle __asan strings in backtraces. | ||||
| * | pkg/report: Fix corrupted reports | R3x | 2019-07-14 | 5 | -81/+4721 |
| | | |||||
| * | pkg/report: fix ASan report parsing bug | R3x | 2019-07-01 | 2 | -26/+1242 |
| | | |||||
| * | pkg/report: fix other NetBSD corrupted reports | Siddharth M | 2019-05-07 | 5 | -133/+91 |
| | | | | | | | * Fix Superviser mode and lock error * Fix smaller issues | ||||
| * | pkg/report: fix the error corrupting reports | Siddharth M | 2019-03-08 | 2 | -1/+17 |
| | | | | | | | * fix error with reports * add additional testdata | ||||
| * | pkg/report: add better ASan bug parsing for NetBSD | Siddharth M | 2019-03-05 | 3 | -35/+10 |
| | | | | | | | | | * Add basic ASan parser * Fix the test data * Removed Read|Write parameter | ||||
| * | pkg/report: ignore postfix error on netbsd | Dmitry Vyukov | 2019-02-27 | 1 | -0/+2 |
| | | |||||
| * | pkg/report: update UBSAN netbsd report format | Dmitry Vyukov | 2019-02-23 | 4 | -8/+8 |
| | | |||||
| * | pkg/report: add KUBSan netbsd reports | Dmitry Vyukov | 2019-02-23 | 4 | -0/+12 |
| | | | | | | Just to detect them at all and have some test base. Will need better bug identification later. | ||||
| * | pkg/report: add few netbsd KASAN reports | Dmitry Vyukov | 2019-02-22 | 2 | -0/+35 |
| | | |||||
| * | pkg/report: add simple version of netbsd crash parser | Dmitry Vyukov | 2019-02-01 | 6 | -0/+169 |
| Just something to start with. Plus some test cases. | |||||
