Skip to content

Make clear there is no []byte reuse bug in SearchFilesByContent

Jacob Vosmaer requested to merge 1474-search-files-bytes into master

Closes #1474 (closed)

I'm not sure if there was a bug here, but it was not very clear. This change makes it explicit that we are not making false assumptions about the longevity of scanner.Bytes().

Merge request reports