commit | b196872cd65a06ad65853c4513e0d0f24452d32e | [log] [tgz] |
---|---|---|
author | Adrian Bunk <[email protected]> | Wed Nov 08 17:44:45 2006 -0800 |
committer | Linus Torvalds <[email protected]> | Wed Nov 08 18:29:23 2006 -0800 |
tree | 16629d0fa1cc57d04105ba0769a770ea13074200 | |
parent | 33184048dc4f9d5550d3b6a88c8e0ff92033eb6e [diff] |
[PATCH] drivers/telephony/ixj: fix an array overrun The Coverity checker noted that in drivers/telephony/ixj.c:ixj_build_filter_cadence(), filter_en[4] or filter_en[5] could be written to. Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>