mISDN: Fixed more indexing bugs
Fix more indexing bugs when checking free timeslots. Signed-off-by: Andreas Eversberg <andreas@eversberg.eu> Signed-off-by: Karsten Keil <kkeil@suse.de>
此提交包含在:
@@ -744,11 +744,11 @@ conf_software:
|
||||
if (dsp->pcm_slot_rx >= 0 &&
|
||||
dsp->pcm_slot_rx <
|
||||
sizeof(freeslots))
|
||||
freeslots[dsp->pcm_slot_tx] = 0;
|
||||
freeslots[dsp->pcm_slot_rx] = 0;
|
||||
if (dsp->pcm_slot_tx >= 0 &&
|
||||
dsp->pcm_slot_tx <
|
||||
sizeof(freeslots))
|
||||
freeslots[dsp->pcm_slot_rx] = 0;
|
||||
freeslots[dsp->pcm_slot_tx] = 0;
|
||||
}
|
||||
}
|
||||
i = 0;
|
||||
@@ -836,11 +836,11 @@ conf_software:
|
||||
if (dsp->pcm_slot_rx >= 0 &&
|
||||
dsp->pcm_slot_rx <
|
||||
sizeof(freeslots))
|
||||
freeslots[dsp->pcm_slot_tx] = 0;
|
||||
freeslots[dsp->pcm_slot_rx] = 0;
|
||||
if (dsp->pcm_slot_tx >= 0 &&
|
||||
dsp->pcm_slot_tx <
|
||||
sizeof(freeslots))
|
||||
freeslots[dsp->pcm_slot_rx] = 0;
|
||||
freeslots[dsp->pcm_slot_tx] = 0;
|
||||
}
|
||||
}
|
||||
i1 = 0;
|
||||
|
新增問題並參考
封鎖使用者