diff options
author | Jiri Slaby <[email protected]> | 2009-08-25 20:54:10 +0200 |
---|---|---|
committer | Tony Luck <[email protected]> | 2009-09-15 08:40:49 -0700 |
commit | 9b6b93998a0d9c44d6701be5b472f3302c3a8596 (patch) | |
tree | 7cdea412d44e7b3ee507422df513f74c53d2430f /net/lapb/lapb_iface.c | |
parent | 0cced40e7c58b1105aef3ca446da7b158a18a9a6 (diff) |
[IA64] pci_br, fix infinite loop in find_free_ate()
When
* there is almost out of ates
* one asks for more than one ate
* there are some available at the end of ate array
then the inner for loop will end without incrementing 'index'. This
means the outer loop will start at the same point finding it's available
and runs the inner loop again from the same index. This repeats forever.
Hence make sure we check we were at the end of ate array and return
an error in such case.
Signed-off-by: Jiri Slaby <[email protected]>
Cc: Fenghua Yu <[email protected]>
Found-by: Jeff Mahoney <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions