| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The parser in symbolizer was incorrectly handling values of 0x0-0xf.
Fixes #6290
|
| |
|
|
|
|
|
|
| |
1. recover the removed comment
2. unnecessary leading newline
3. unnecessary brackets
4. restore dropped "..."
5. use bytes.Equal instead of conversion to string
|
| |
|
|
| |
./tools/syz-env bin/golangci-lint run ./... --fix
|
| |
|
|
|
|
|
|
|
| |
There are numerous line_entries with a line number of 0 for
__sanitizer_cov_trace_pc.
Currently, if only one program counter (PC) is hit in the function and
the line number is 0 for that PC, the frame is ignored.
To accurately report function coverage, we should include the function
in such cases.
|
|
|
To simplify interface Read*Symbols were moved out from symbolizer.Symbolizer.
|