diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-03-18 15:33:45 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-04-25 14:44:13 +0200 |
| commit | 15434a7baf29b034efb5ecabf84918d952d54f3c (patch) | |
| tree | 6477d279e7ef3cbff4404828280b4d35a2dfbe7c | |
| parent | dd355ef24aa933d3554f80426d364710554619b8 (diff) | |
syz-dash: add a note about a known problem
| -rw-r--r-- | syz-dash/handler.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syz-dash/handler.go b/syz-dash/handler.go index 833d4e6eb..f1f692f5b 100644 --- a/syz-dash/handler.go +++ b/syz-dash/handler.go @@ -598,6 +598,7 @@ func handleSearch(c appengine.Context, w http.ResponseWriter, r *http.Request) e data.Header.Query = r.FormValue("query") query := []byte(data.Header.Query) + // TODO: we also search closed/deleted bugs, but cached does not contain them. bugTitles := make(map[int64]string) for _, b := range cached.Bugs { bugTitles[b.ID] = b.Title |
