Eliminate static BUFSIZ use in filelist parsing
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 23 Jun 2011 06:47:10 +0000 (09:47 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 23 Jun 2011 06:47:10 +0000 (09:47 +0300)
commit7cc0fc99c582f415da3380539fb620592bfc4b00
treebb76fc5ef3f9872dc77be1131ccc44db0e1f3e84
parentfeb3f8d2376e94acf87f1c53df9b985ca7fad515
Eliminate static BUFSIZ use in filelist parsing

- In the unlikely event of filelist line being longer than BUFSIZ
  we'd previously end up truncating the line, which is stupid
  since we can just as easily make the buffer large enough.
build/files.c