rpmlint icon indicating copy to clipboard operation
rpmlint copied to clipboard

RFE: check more than the first 1024 bytes of a file?

Open scop opened this issue 11 years ago • 2 comments

At https://bugzilla.redhat.com/show_bug.cgi?id=1034341#c10 rpmlint didn't find the wrong FSF address in a file. It turned out that apparently it only peeks at the first 1024 bytes.

Depending on how this check is implemented, it could either check more than 1024 bytes or add a first pass that would search for "License" or "terms" or "Free Software Foundation" before loading more of the file for applying the regex in a second pass.

Original comment by: mschwendt

scop avatar Dec 12 '13 12:12 scop

  • Milestone: 1.6 --> 1.7

Original comment by: scop

scop avatar Jul 19 '14 13:07 scop

  • Milestone: 1.7 --> future

Original comment by: scop

scop avatar Jan 24 '15 09:01 scop