Don't use static buffers in parseForRegexLang()
authorJindrich Novy <jnovy@redhat.com>
Thu, 3 Apr 2008 11:47:05 +0000 (13:47 +0200)
committerJindrich Novy <jnovy@redhat.com>
Thu, 3 Apr 2008 11:49:09 +0000 (13:49 +0200)
commit1a269ccd3cc3be1bb5763f23621c63b5ac199c92
tree9d1769d08ea83b573df90a2c8c6f1cd19db96e5a
parent58b9fb501d09ade85eae216d26cf51e31bb71e9d
Don't use static buffers in parseForRegexLang()
- use dynamic allocation instead to avoid overflows
- also update addFile(), which is actually the only function
  that calls parseForRegexLang()
build/files.c