Messages in this thread |  | | | Date | Fri, 27 Feb 2009 00:19:10 +0100 | | From | Jiri Slaby <> | | Subject | Re: [PATCH 1/1] ath5k: fix hw rate index condition |
| |
On 27.2.2009 00:15, Bob Copeland wrote: > Speaking of, I think there's another potential oob array access at: > > if (rxs.rate_idx>= 0&& rs.rs_rate == > sc->curband->bitrates[rxs.rate_idx].hw_value_short) > rxs.flag |= RX_FLAG_SHORTPRE; > > because sc->rate_idx is u8 instead of s8.
strcmp("sc->rate_idx", "rxs.rate_idx") != 0 :)
Or did I miss something?
|  |