diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-10-13 13:14:08 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-10-13 13:16:23 +0200 |
| commit | b3f098b002f4b68f0e3d38717bc610da268d0d18 (patch) | |
| tree | 3a0227f47bf683fbfb3b8d7e0c0716ff976db3b4 /prog/encodingexec.go | |
| parent | 91d59fb1ce040c25f3f62014226571062f860b97 (diff) | |
report: use non-greedy new line matching
The intention in these regexp's is to find the first line containing e.g. func name.
Currently we use greedy new line matching and find the _last_ line with func name.
E.g. if we have 2 KASAN reports we will match header from the first report,
but then access info from the second report.
Use non-greedy new line matching to fix it.
Diffstat (limited to 'prog/encodingexec.go')
0 files changed, 0 insertions, 0 deletions
