diff options
| author | Alexandre Oliva <lxoliva@fsfla.org> | 2008-05-19 02:07:22 +0000 |
|---|---|---|
| committer | Alexandre Oliva <lxoliva@fsfla.org> | 2008-05-19 02:07:22 +0000 |
| commit | 49854e5ee4416ba865d2bdb73d86fbb324eaedbb (patch) | |
| tree | c6b2087a6a1a8ecb1c9e78f9c6d0dbede8efe324 /scripts | |
| parent | d91c51b0213e89646a993efbb4ca22d1f276365c (diff) | |
| download | linux-libre-raptor-49854e5ee4416ba865d2bdb73d86fbb324eaedbb.tar.gz linux-libre-raptor-49854e5ee4416ba865d2bdb73d86fbb324eaedbb.zip | |
Adjust a few 2.6.23 false positive matches.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/deblob-check | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/deblob-check b/scripts/deblob-check index 6b7b9969a..bc396a31a 100755 --- a/scripts/deblob-check +++ b/scripts/deblob-check @@ -616,7 +616,7 @@ set_except () { initnc ' static const unsigned char invert5\[\] =' initnc 'static unsigned char alpa2target\[\] =' initnc 'static unsigned char target2alpa\[\] =' - oprepline '#define INIT_THREAD [{0},]\+[ ]*\\[ ]*[{0},]\+' + oprepline '#define INIT_THREAD [{0},]\+[ ]*\\[\n][ ]*[{0},]\+' initnc 'static uint tas300\(1c\|4\)_\(master\|mixer\|treble\|bass\)_tab\[\]=' initnc 'static short dmasound_[au]law2dma16\[\] =' initnc 'static const unsigned short DACVolTable\[101\] =' @@ -658,8 +658,8 @@ set_except () { accept '[ ]\{1,2\}err = sn9c102_write_const_regs(cam\(,[ \n]\+{0x[0-9a-fA-F][0-9a-fA-F], 0x[0-9a-fA-F][0-9a-fA-F]}\)*);' # too lax? - initnc 'static yyconst flex_int\(16\|32\)_t yy_[^[]*\[[][0-9]*\] =' - initnc 'static const \(yytype_u\?int\(8\|16\)\|unsigned \(short\( int\)\?\|char\)\) yy[^[]*\[\] =' + initnc 'static yyconst \(flex_int\(16\|32\)_t\|\(\(short \)\?int\)\) yy_[^[]*\[[][0-9]*\] =' + initnc 'static const \(yytype_u\?int\(8\|16\)\|\(unsigned \)\?\(short\( int\)\?\|char\)\) yy[^[]*\[\] =' initnc '\(\| \)static \(const \|\)\(unsigned \(short\|char\)\|struct SiS_[^ ]*\) SiS[^[]*\(\[[] [*0-9]*\]\)\+ *=' initnc 'static const a3d_Hrtf_t A3dHrirZeros = {' |

